Coder Social home page Coder Social logo

tera_packetviewer's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tera_packetviewer's Issues

Hilfe beim verstehen des Programmes

Hallo ich bin Anfänger im Programmieren und würde gerne verstehen wie dein Programm funktioniert, da ich ein kleines Programm für Tera schreiben möchte, welches einen solchen Packet Viewer benötigt.

LG Bele.

Update

Hello, can you make update for this tool for the new version of Tera ?

I tried but doen't work.

Ty

Loading connection logs

It'd be nice if your packet viewer could load the logs produced by my sniffer.

Format specification: TeraConnectionLog Specification.md

For minimal support you only need to handle server and client blocks. Parsing them should be easy, since you can already parse Tera messages, which have a pretty similar format.

Some offerings

useless part of code

    public byte[] ServerKey1 = Utils.Random128Key();
    public byte[] ServerKey2 = Utils.Random128Key();

replace on

    public byte[] ServerKey1 = new byte[128];
    public byte[] ServerKey2 = new byte[128];

because ServerKey1 and ServerKey2 filled anyway from

    public bool ProcessServerData()

Can you add loading servers list from xml config? Like this http://pastebin.com/U8cf34Lm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.