Hello,
i want to know where and how the Server handle the Chatmessages that came from the Client?
For Example:
I captured with Wireshark the traffic from a Client to a Server.
String that was send to the server:
902b34522904744401960d1008004500003811db40003206234655d6fc1ac0a801061401c32e33bfb60599b028c2501800e5885e00008e001000436865636b6572203a203100
Then i try to decode it from hexadecimal to Text:
+4R)tD–E8Û@2#FUÖüÀ¨Ã.3¿¶™°(ÂPåˆ^ŽChecker : 1
As you can see only the Playername "Checker" and the Message "1" can be decode. The rest dont work. In what way the server decode the strings?
i want to know where and how the Server handle the Chatmessages that came from the Client?
For Example:
I captured with Wireshark the traffic from a Client to a Server.
String that was send to the server:
902b34522904744401960d1008004500003811db40003206234655d6fc1ac0a801061401c32e33bfb60599b028c2501800e5885e00008e001000436865636b6572203a203100
Then i try to decode it from hexadecimal to Text:
+4R)tD–E8Û@2#FUÖüÀ¨Ã.3¿¶™°(ÂPåˆ^ŽChecker : 1
As you can see only the Playername "Checker" and the Message "1" can be decode. The rest dont work. In what way the server decode the strings?