Ask Your Question

Revision history [back]

how to increase character length in a custom column

Currently I have set filters and created a custom data column however teh character length is truncated in view. This would not be an issue however when exporting to csv the data is still truncated. See example: "201","59.769685","192.168.7.240","192.168.7.236","TCP","79","551757002c0000000000180000008d02de000d00d300d600...","57346 → 50000 [PSH, ACK] Seq=2224 Ack=1 Win=8192 Len=25"

The data field is exported as: 551757002c0000000000180000008d02de000d00d300d600... instead of all the actual data bytes

Actual data length, bytes, is longer and variable but only 24 are exported. I have increased column width and gone as far as looking at actual wireshark config files in %appdata%wireshark to no avail. Exporting to text provides data but not in a cleanly usable format. Any help in this would be greatly appreciated. Thank you.