Wireshark-commits: [Wireshark-commits] rev 47842: /trunk/ /trunk/: print.c

Date: Sat, 23 Feb 2013 22:04:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47842

User: wmeier
Date: 2013/02/23 02:04 PM

Log:
 (version 2); Implement proto_tree_write_fields without using ep_strbufs.
 - Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8348:
    "tshark -T fields can't print the full value of fields where the value,
     as a text string, is longer than 65535 bytes"
 - Reduces ep memory allocation & string copies;

Directory: /trunk/
  Changes    Path          Action
  +79 -24    print.c       Modified