data.text is only showing single characters

asked 2024-12-10 08:37:59 +0000

Hello,

I am trying to get the data field of some telegramms as text format. When I activate the setting show data as text and create the "data.text" row, I only get some characters but the rest is missing.

Example: From the data "37:00:00:00:03:53:45:4c:45:43:54:20:41:64:72:65:73:73:65:2c:20:47:4b:20:46:52:4f:4d:20:61:75:73:77:65:69:73:64:61:74:65:69:20:57:48:45:52:45:20:41:64:72:65:73:73:65:20:3d:20:39" I get only "7".

I understand this is due to the "00:00:00" but is there a way to ignore that? I read some writing their own dissector but I don't know how. I just want all the data in the packet bytes pane as text to export it in CSV.

Thanks.

edit retag flag offensive close merge delete

Comments

Is this something you want from the gui or would like to script with tshark?

Chuckc gravatar imageChuckc ( 2024-12-10 15:02:39 +0000 )edit

In the end I just want to have the data as text. In the gui as a new row would be nice but having this as a csv file generated through a script would also be sufficient. Right now I just export the data as csv and convert it in a hex editor to text. It would help a lot if this would work inside of wireshark.

Giutaro gravatar imageGiutaro ( 2024-12-11 12:42:55 +0000 )edit