Page 1 of 1

Packet Length syntax

Posted: 25 Jul 2013, 17:06
by mint
I'm currently working (struggling) on making this work on jRO Breidablik server,
but I think the topic is applicable to others as well.
Chose to post it here since I thought it's most appropriate place.

Anyways, I've managed to extract Packet length.
(I think I have, but not sure because I've never seen one yet)
Since the tool I used is not the one noted at openkore, I would naturally think
the syntax is not the same. So I've downloaded someone's "recvpackets.txt"
of whatever the server it's for and compared with the file I have.

The syntax of recvpackets.txt looks like this.
0437 7 7 0
0438 10 10 0
035F 5 5 0
0360 6 6 0
0361 5 5 0

And what is on my file looks like this.
# 0x0000
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
# 0x0040
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 55, 17, 3, 37, 46, -1, 23, -1, 3,142, 3, 2,
3, 28, 19, 11, 3, -1, 9, 5, 55, 53, 58, 60, 44, 2, 6, 6,

If there is a way to convert this to correct format,
I would appreciate the help very much.