Ask Your Question
0

Representation of non-ASCII characters

asked 2024-06-24 16:17:50 +0000

bflmpsvz gravatar image

Hi, Wireshark does not show ASCII characters for bytes >127 , regardless the font I choose. Is it a feature, or have I some bad settings?

image description

Windows 10, Wireshark Version 4.2.5 (v4.2.5-0-g4aa814ac25a1).

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-06-24 16:54:33 +0000

johnthacker gravatar image

The font doesn't affect anything, but encodings other than ASCII are not supported in that pane: https://gitlab.com/wireshark/wireshar...

You can view packet bytes interpreted as other encodings through the Show Packet Bytes dialog.

edit flag offensive delete link more

Comments

I.e., there are no ASCII characters for bytes >127; the ASCII code only has control characters from 0 to 31, space+printable characters from 32 to 126, and DEL at 127; everything else is not ASCII. Furthermore, there is no single standard for 8-bit character encodings, and not all of them encode a single character as a single byte - many of them, including the most commonly used encoding on the World Wide Web use multiple bytes to encode non-ASCII characters (and another encoding, frequently used in Microsoft's SMB, uses 2 or 4 bytes for all characters).

Guy Harris gravatar imageGuy Harris ( 2024-06-24 19:40:17 +0000 )edit

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 2024-06-24 16:17:50 +0000

Seen: 200 times

Last updated: Jun 24