Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Sanguine on December 22, 2006, 11:36 PM

Title: Trailing data with 0x7d
Post by: Sanguine on December 22, 2006, 11:36 PM
and it's always the same;

75 6e 67 00 02 00 00


It's not causing me any real problems just discarding it, but any idea what it's for? what's causing it etc?
Title: Re: Trailing data with 0x7d
Post by: l2k-Shadow on December 22, 2006, 11:53 PM
Quote from: Sanguine on December 22, 2006, 11:36 PM
and it's always the same;

75 6e 67 00 02 00 00


It's not causing me any real problems just discarding it, but any idea what it's for? what's causing it etc?

That's not trailing data, it is part of the packet. Read up at http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=380
Title: Re: Trailing data with 0x7d
Post by: Sanguine on December 23, 2006, 12:58 PM
then i'm getting the wrong packet size or something given to me...
Title: Re: Trailing data with 0x7d
Post by: MyndFyre on December 23, 2006, 02:29 PM
Are you seeing this data only in Ethereal/WireShark?  If so, then that's fine - it's TCP footer data, and nothing to worry about.
Title: Re: Trailing data with 0x7d
Post by: Sanguine on December 26, 2006, 01:40 PM
Nope, I'm seeing it in my client.

The packet is parsing fine, getting all the data i need out of it, and it's in the same format as shown on b.net docs. It's just allways follwed by this trailing 7 bytes.
Title: Re: Trailing data with 0x7d
Post by: Kp on December 26, 2006, 02:38 PM
Post a capture of the full packet, not just the 7 bytes.