Author | Message | Time |
---|---|---|
aton | hi, i want to write a network sniffer that parses packets that hold information about username+ip in a starcraft game, and displays a list of current users in the game you are in. i think i can easily find out about how to sniff and to parse the packets, but what kind of packet do i need to look at? i looked at bnetdocs.valhallalegends.com, but didnt find anything that would hold this information... thanks, aton | January 30, 2005, 4:57 PM |
Kp | As should be obvious from a basic network dump, names are only sent once in the beginning. If you miss them then, you'll need to pull them out of Starcraft's memory. | January 30, 2005, 5:59 PM |