Re: Deciphering TCP payload (i.e,. output of NetPacket::TCP->decode())

2005-11-23 Thread Jay Savage
On 11/23/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > I'm attempting to write a small program to decode OSCAR packets and just > can't get my mind wrapped-around whatever it is that > NetPacket::TCP->decode() is returning when stripping-away the ethernet, > IP, and TCP encapsulation from OSCAR

Deciphering TCP payload (i.e,. output of NetPacket::TCP->decode())

2005-11-23 Thread Eric Pretorious
I'm attempting to write a small program to decode OSCAR packets and just can't get my mind wrapped-around whatever it is that NetPacket::TCP->decode() is returning when stripping-away the ethernet, IP, and TCP encapsulation from OSCAR packets. (Maybe it's unicode? Maybe it's hex? I don't quite unde