Column format
Dear
I have added column to wireshark display. (right clik- Apply as column) Unfortunately it is in Hex format. How can I change it to Ascii?
BR
Dear
I have added column to wireshark display. (right clik- Apply as column) Unfortunately it is in Hex format. How can I change it to Ascii?
BR
You need to set the Data dissector preference for "Show data as text" (Edit -> Preferences -> Protocols -> Data) and then use the field data.text
as your column.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-09-21 10:55:08 +0000
Seen: 2,550 times
Last updated: Sep 22 '20
What is the name of the field?
Name of the field is "Data". I am sending NBIoT messages to server. With Wireshark taking log from server UDP port and instead of "Message 0" I get "4d6573736167652030"
And which dissector is that in, I'm looking for the full field name, e.g. dissector.data?
I can not add picture. "60 points required to upload files". Can I send picture to some email address?
If you select the field in the packet details pane, then the field name is shown in the status bar at the bottom in parentheses, see this example where I've selected the "Data" field and the actual field name is outlined in red.