How to log incoming and outgoing net data?

Started by
1 comment, last by hplus0603 19 years ago
I am trying to get an idea of how netcodes of big games look, and was wondering how i would be able to firstly see what my games / programs are connecting to on the internet, and also look in on what data is being send and recieved by them. Is there any software out there to log this, or any c++ library to help me? Thanks, ShCiPwA
----- ShCiPwA -----
Advertisement
Well Ethreal does a good job of listening to traffic but it won't really tell you much without a shitload of reverse-engineering.
HardDrop - hard link shell extension."Tread softly because you tread on my dreams" - Yeats
Pretty much all of the big games (both MMO and FPS) have had their protocols reverse-engineered, and you can find the data out there somewhere. There are opensource servers and/or protocol sniffers for things like EverQuest (ShowEQ), Ultima Online (server), Asheron's Call (server), WoW (server), etc.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement