Valhalla Legends Forums Archive | Battle.net Bot Development | Have you guys ever read all these packets?

AuthorMessageTime
FrostWraith
I know this is my first post, but wtf is this shit

[code]
0000  00 0f b5 45 14 da 00 0f b5 26 78 22 08 00 45 20  ...E.....&x"..E
0010  00 5c cd 75 00 00 72 06 25 fd 3f f1 53 6d c0 a8  .\.u..r.%.?.Sm..
0020  01 03 17 e0 11 2f 9b 0c 27 73 af 4b a7 2d 50 18  ...../..'s.K.-P.
0030  fe c0 c0 60 00 00 ff 0f 34 00 01 00 00 00 00 00  ...`....4.......
0040  00 00 10 00 00 00 00 00 00 00 0d f0 ad ba 0d f0  ................
0050  ad ba 53 54 46 55 5f 4e 6f 6f 62 69 65 00 33 52  ..STFU_Noobie.3R
0060  41 57 20 31 52 33 57 20 30 00                    AW 1R3W 0.
[/code]
March 29, 2006, 12:38 AM
Myndfyr
Well, it looks like the server-to-client message SID_CHATEVENT, telling you that a user was in the channel when you joined (EID_SHOWUSER), that the user had no specific flags (he wasn't squelched or ops), that his screen name is "STFU_Noobie", and that he's logged on with Warcraft III the Reign of Chaos, and his best race is "Random" (and is using the tier 1 icon, which is the Orc Peon).
March 29, 2006, 12:41 AM
HdxBmx27
Well, to expand and explain, 1/2 of that data you posted isn't even the packet content, msot fo it was the protocol header.
[quote]0000   00 0f b5 45 14 da 00 0f b5 26 78 22 08 00 45 20  ...E.....&x"..E
0010   00 5c cd 75 00 00 72 06 25 fd 3f f1 53 6d c0 a8  .\.u..r.%.?.Sm..
0020   01 03 17 e0 11 2f 9b 0c 27 73 af 4b a7 2d 50 18  ...../..'s.K.-P.
0030   fe c0 c0 60 00 00
ff 0f 34 00 01 00 00 00 00 00  ...`....4.......
0040   00 00 10 00 00 00 00 00 00 00 0d f0 ad ba 0d f0  ................
0050   ad ba 53 54 46 55 5f 4e 6f 6f 62 69 65 00 33 52  ..STFU_Noobie.3R
0060   41 57 20 31 52 33 57 20 30 00                    AW 1R3W 0.
[/quote]
The bolded part is the header, the rest is what your client actually recives.
And then using that data, combined with BnetDocs and you can extract all the information that MyndFyre stated.
I assume your using ethreal? When using that, keep in mind that it shows you EVERYTHING, including the header, and footers when applicable. You ahve to learn to filter out everytihing you dont need.
~-~(HDX)~-~
March 29, 2006, 1:35 AM
Myndfyr
[quote author=HdxBmx27 link=topic=14610.msg149299#msg149299 date=1143596124]
Well, to expand and explain, 1/2 of that data you posted isn't even the packet content, msot fo it was the protocol header.
[/quote]

God, you are SUCH a spoiler!  Remind me to never talk to you about new movies.
March 29, 2006, 2:22 AM

Search