At the moment I am working on a C# project that processes packets being sent from the client using a PacketReader
I created. I log the packet and data being sent from the client into a textbox, but how do i really understand what is being sent?
Here is an example of one of the packets:
Client->Server
06 00 FD FF 3A 1A ....:.
What I really don't understand is the data to the right of the hex.