When I follow a tcp stream, the data in the "Follow TCP Stream" dialog box is unreadable even though it is in ASCII. I don't know how to read it, and what I can do. This question is marked "community wiki". asked 13 Dec '16, 12:05 Hansvish |
One Answer:
Just because Wireshark's display is set to ASCII, doesn't mean that the TCP stream is actually a stream of ASCII bytes. Unless the protocol that you are following communicates using ASCII readable text (like IRC, for example, or FTP requests and responses), the data will not be readable. The TCP stream might be a stream of binary bytes. answered 13 Dec '16, 12:11 Jim Aragon |