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.