First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Don't mask non-printable characters (Windows)

Is there any way to have Wireshark not mask non-printable characters in the packet view on the bottom? Currently, any characters < 0x20 and >= 0x7f are shown as '.' This behavior makes it very hard for me to make sense of a packet's content dump, as I typically use a font with OEM/DOS encoding which has a unique glyph for each ASCII character 0 to 0xff, and lets me makes sense of a binary dump much easier than looking at hex codes.

okwa6464's avatar
1
okwa6464
asked 2019-10-15 05:36:46 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

It would be possible to have an option for the dialog to specify a single-byte character set (SBCS) in which to interpret the characters - there is no single SBCS that it should be wired to. Multiple-byte character sets are trickier.

If you want that to happen, you will need to file an enhancement request on the Wireshark Bugzilla; that's the place to make enhancement requests, not here.

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-10-15 06:30:31 +0000
edit flag offensive 0 remove flag delete link

Comments

So I take it this is not possible to do currently? (I'm a fairly new Wireshark user). If so, I'll go ahead and file an enhancement request.

okwa6464's avatar okwa6464 (2019-10-15 06:46:03 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer