Ask Your Question
0

Wireshark display column is truncated

asked 2023-10-09 16:22:30 +0000

chuanlu66 gravatar image

Hi,

I have two questions below, please help,

  1. How can I fix the data is truncated issue?

I display the 1024 bytes custom data on the Wireshark,

the error message is displayed below,

data [TRUNCATED ]: 333333333333333333333333333

another question, how can I display the hex array on the Wireshark?

Thanks, Chuan

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2023-10-09 17:16:54 +0000

André gravatar image

There is a limit of 240 characters per line in the Tree View pane. Only the tree view is truncated, not the data itself. It should be completely visible in the Packet Byte pane -- also as a hex dump.

Also tshark will print the complete field when using the options -T fields -e <field name here>

edit flag offensive delete link more

Comments

How can I display hex array? FT_STRING?

chuanlu66 gravatar imagechuanlu66 ( 2023-10-09 17:23:57 +0000 )edit

For example tshark -r file.pcap -Tfields -e tcp.payload -Y tcp outputs the tcp payload as a hexdump.

tcp.payload is defined as field_type FT_BYTES.

André gravatar imageAndré ( 2023-10-09 18:39:24 +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: 2023-10-09 16:22:30 +0000

Seen: 653 times

Last updated: Oct 09 '23