Ok, lets say I set up a packet sniffer on my network (Which I have) How would I actually go about decoding the data. It displays the data within the packet as..
03 4f 32 g1 4h 55 32
34 h4 2j.......
Thats just an example I made up real quick, but my question is...What is it? And how can I turn that information into what is actually IN the packet, such as text Like "This is the text in the data" or what not. Or is there any way to decode it?
Thanks!
********UPDATE***********
Ok, I figured out that its Hex, and I have also figured out how to convert hex to decimal. But, how do I change THIS into something that makes sense to a human!?
03 4f 32 g1 4h 55 32
34 h4 2j.......
Thats just an example I made up real quick, but my question is...What is it? And how can I turn that information into what is actually IN the packet, such as text Like "This is the text in the data" or what not. Or is there any way to decode it?
Thanks!
********UPDATE***********
Ok, I figured out that its Hex, and I have also figured out how to convert hex to decimal. But, how do I change THIS into something that makes sense to a human!?