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

Date: Mon, 18 Feb 2013 00:52:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47724

User: wmeier
Date: 2013/02/17 04:52 PM

Log:
 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
  +64 -18    print.c       Modified