data.text is only showing single characters
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.
Is this something you want from the gui or would like to script with tshark?
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.