Re: How do I deal with packet data

2013-08-01 Thread Dave Angel
Pacopag wrote: > Hi. > > I have the hex stream of a packet that a program sent over the network. Now > I want to view the data in the packet. I'm pretty sure the data was just a > string (or at least contains a string), but when I decode it I just get > gibberish. > > For example, the packet

How do I deal with packet data

2013-08-01 Thread Pacopag
Hi. I have the hex stream of a packet that a program sent over the network. Now I want to view the data in the packet. I'm pretty sure the data was just a string (or at least contains a string), but when I decode it I just get gibberish. For example, the packet is sent something like this i