I learned now C++, and i know it pretty good now :):. Now I want to know something about packets (Wireshark etc. etc.). Does anyone know a tutorial about that?
Gr. CompuIves
Printable View
I learned now C++, and i know it pretty good now :):. Now I want to know something about packets (Wireshark etc. etc.). Does anyone know a tutorial about that?
Gr. CompuIves
Do a search.
You'll find the packets, what their structure is and looking into stuff like dragonflyff/aflyff/etc will show you how to implement them into your server
a very good place to start would be Dragonflyff. The reason I say that is because its really the only one out there that is open source written in C++.
It may not be the most efficient way of doing the packet system, but its stable enough to learn from.
Check out the release section and search for it. Its a few pages back.
I'm moving this to the help section, btw.
You could also check out the SVN for rhisis from when it was open source. It's an improved version of Dragonflyff. I forget the link to the SVN but it's on the Dragonflyff topic.