Page 1 of 1

Unknown packet question.

Posted: Sun Aug 23, 2009 5:30 pm
by Salinaksm
I am currently working on my conversion of the Asgard script set and have noticed repeating unknown packets messages. I have no real knowledge of packets so am unsure how to read this output. Was hoping somebody here could help me understand what the client is sending that the server doesn't understand.

Code: Select all

The first two are constant during client login, the last two just appear from time too time.
Unknown packet type 0xbf: 13 bytes (IP:127.0.0.1, Account:seer1)
0000: bf 00 0d 00 05 00 00 03  20 01 ff ff a7            ........  .......
Unknown packet type 0xbf: 10 bytes (IP:127.0.0.1, Account:seer1)
0000: bf 00 0a 00 0f 0a 00 00  00 1f                     ........ ........

Unknown packet type 0xbf: 9 bytes (IP:127.0.0.1, Account:seer1)
0000: bf 00 09 00 0c 00 09 87  78                        ........ x.......
Unknown packet type 0xbf: 9 bytes (IP:127.0.0.1, Account:seer1)
0000: bf 00 09 00 0c 00 00 01  4d                        ........ M......
Thxs for any light, anyone can shed on this for me.

Re: Unknown packet question.

Posted: Mon Aug 24, 2009 2:54 am
by Turley
Take a look at our packetlist.
0xbf
sub 0x5 : Screen size
sub 0xf : unknown , send once at login
sub 0xc : Closed Status Gump

Re: Unknown packet question.

Posted: Mon Aug 24, 2009 4:04 am
by MuadDib

Re: Unknown packet question.

Posted: Mon Aug 24, 2009 5:43 am
by Salinaksm
ahh i see now how the structure is working.