• Welcome to Valhalla Legends Archive.
 

Packet 0x75 Information

Started by PaiD, November 28, 2003, 05:48 PM

Previous topic - Next topic

PaiD

Ok I am getting 0x75 and I dont know how to Parse it. Can some1 help me plz?
I know it is a war3 Clan Packet

FF 75 0A 00 00 4D 61 63 53 04


Edit: I have checked bnetdocs but they dont have anything on it that it public to me :'(

hismajesty


PaiD

ok how would I take it apart and get my info?

iago

Quote from: MoNeY on November 28, 2003, 05:48 PM
Ok I am getting 0x75 and I dont know how to Parse it. Can some1 help me plz?
I know it is a war3 Clan Packet

FF 75 0A 00 00 4D 61 63 53 04


Edit: I have checked bnetdocs but they dont have anything on it that it public to me :'(

Without reading any responses, or ever having seen the packet before, it looks pretty simple:
(byte) 0; // reserved?
(String*4) MacS // clan name?
(byte) 4; // rank?

That's just a guess, but that's obvoiusly 2 bytes and a 4 digit string.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Soul Taker

Nah, it's probably a DWORD.

iago

It's a dword that's storing a string, since it's still a string of characters.  
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*