Ask Your Question
0

The follow tcp stream dialogue box contains gibberish

asked 2017-11-24 15:11:16 +0000

ecyc gravatar image

updated 2025-01-19 02:25:58 +0000

Guy Harris gravatar image

Hi there, this might be a dumb question but it's my first time using wireshark for a project and I've been trying to follow the TCP stream of some packets. However when the dialogue box pops up, all i get is a bunch of gibberish and not in the form or format I've seen of others online even though it's in the ASCII format. Please help!

edit retag flag offensive close merge delete

4 Answers

Sort by » oldest newest most voted
0

answered 2025-01-19 02:25:15 +0000

Guy Harris gravatar image

As others have indicated, not all protocols involve ASCII text.

They may be binary, in which case anything other than text strings will look like gibberish. A lot of protocols are binary.

They may be text in some form of "extended ASCII" (including UTF-8), in which case some of it will look like ASCII text but non-ASCII characters will look like gibberish; if it's text in a language that doesn't use the Roman alphabet (Greek, languages using the Cyrillic alphabet, languages using the Hebrew or Arabic alphabet, Chinese, Japanese, Korean, etc., etc., etc.), it'll look like gibberish in ASCII, but you can change the ASCII display to another encoding.

They may be text in UTF-16, which will probably have bits that look like ASCII characters with single symbols between them, and other parts that look like gibberish. You can change the ASCII display to UTF-16.

They may be text in EBCDIC, which will probably look like gibberish. You can change the ASCII display to EBCDIC.

edit flag offensive delete link more
0

answered 2017-11-24 15:14:04 +0000

grahamb gravatar image

It's possible that the tcp stream contains binary or encrypted data. What is the protocol that you're trying to display?

edit flag offensive delete link more
0

answered 2025-01-14 19:48:08 +0000

SYN-bit gravatar image

Which protocol is used by the TCP session you are following? Is it by any chance HTTPS over port 443? In that case, the traffic is encrypted and does indeed look like gibberish.

edit flag offensive delete link more
0

answered 2025-01-14 14:01:40 +0000

On the follow TCP dialog, by default is does ACSII - but there's a "show as" option which has around a dozen choices. Maybe it's EBCDIC data you've got?

Hope this helps...

Martin

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2017-11-24 15:11:16 +0000

Seen: 1,078 times

Last updated: 6 hours ago