Link to home
Start Free TrialLog in
Avatar of punk5ta
punk5ta

asked on

Meaning of hex data from packet sniffer

Hello all. I wrote a data sniffer in winpcap that gets all the data. now i have all the data and header information. i am able to "decode" the header information into TCP, UDP etc etc. I parsed the information, so now I have ONLY the data part of the whole packet. And the data part is in bits (eg. 1101001110). How can I decipher what the data is?? Is it possible?

PS: The new format of E-E is really confusing with words and ads all over the place. Is this how it's gonna be in the near future as well?
Avatar of Mikal613
Mikal613
Flag of United States of America image

Avatar of punk5ta
punk5ta

ASKER

I know about hex / oct / binary data. That was not what I was asking for. I was wondering how to INTERPRET the data that I have which is in binary format. What I want to know is "what does the data in Packet A mean?" for instance.
ASKER CERTIFIED SOLUTION
Avatar of jenmir
jenmir

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial