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 20:30:34 +0000

Comment # 2 on bug 8348 from
(In reply to comment #1)
> 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.

Correct: In addition there's an ep_alloc() and a string copy which are not
really needed.

I'm working on a small re-implementatiopn which won't use ep_strbuf.


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