C
C#4mo ago
Blank

Extra bytes in TCP message

Sent some message to a local tcp server, and it sent some extra bytes along with the message. What are these?
No description
3 Replies
ACiDCA7
ACiDCA74mo ago
CR LF so a enter-keypress most likely since you didnt show what/how you are sending the string this is my bet
Buddy
Buddy4mo ago
I highly recommend https://packetsender.com/ If you want to test your server(s)
Packet Sender - Free utility to for sending / receiving of network ...
Packet Sender is a free utility to for sending / receiving of network packets. Support for TCP, UDP, and SSL.
Blank
BlankOP4mo ago
Found out the right ones were just \r\n (windows) and the left ones were IP and TCP packet headers.

Did you find this page helpful?