Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8348] -T fields can't print the full value of fields where

Date: Sun, 17 Feb 2013 19:44:44 +0000

changed bug 8348

What Removed Added
Component TShark Dissection engine (libwireshark)
Hardware x86 All
Summary Incomplete dump of smb.file_data -T fields can't print the full value of fields where the value, as a text string, is longer than 65535 bytes

Comment # 1 on bug 8348 from
This is because format_field_values() in print.c uses the emem string routines
to generate the formatted values, and they impose a limit of 65536 bytes
(including the trailing '\0') on string lengths.


You are receiving this mail because:
  • You are watching all bug changes.