Unknown packet question.

Here you can discuss packets, implementation and design, and software related to the packet sniffing and such. This is not the place to post packages for POL, but rather discuss the packet side of them.

Moderator: POL Developer

Post Reply
Salinaksm
New User
Posts: 8
Joined: Mon Apr 27, 2009 5:42 am
Location: Salina, KS

Unknown packet question.

Post 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.
Turley
POL Developer
Posts: 670
Joined: Sun Feb 05, 2006 4:45 am

Re: Unknown packet question.

Post 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
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm
Location: Cross Lanes, WV

Re: Unknown packet question.

Post by MuadDib »

Salinaksm
New User
Posts: 8
Joined: Mon Apr 27, 2009 5:42 am
Location: Salina, KS

Re: Unknown packet question.

Post by Salinaksm »

ahh i see now how the structure is working.
Post Reply