First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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.

dwgir79's avatar
1
dwgir79
asked 2018-06-14 14:29:44 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

See my answer to the question, "Packet data being truncated in Columns" on the old OSQA ask site.

cmaynard's avatar
11.1k
cmaynard
answered 2018-06-14 15:00:00 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks for the help!

dwgir79's avatar dwgir79 (2018-06-15 12:33:44 +0000) edit

Since I don't know how to recompile the program ... yet.

Compiling Wireshark yourself for the first time may seem like a daunting task, but the documentation should help you and the Wireshark community can provide further assistance if needed. If you refer to the Wireshark Developer's Guide Section 2.2 Win32/64: Step-by-Step- Guide and follow the steps very carefully, you will be compiling Wireshark yourself before you know it.

cmaynard's avatar cmaynard (2019-04-27 16:17:35 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer