Wireshark-commits: [Wireshark-commits] rev 39041: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 19 Sep 2011 10:10:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39041

User: guy
Date: 2011/09/19 03:10 AM

Log:
 Use ENC_NA and ENC_LITTLE_ENDIAN rather than TRUE or FALSE in
 proto_tree_add_item() calls.
 
 For strings, add ENC_UTF_8.  (Yes, the byte order is irrelevant for
 those - but they should arguably be FT_UINT_STRING, as they're counted
 strings, and the byte order *is* relevant for FT_UINT_STRING.)

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +79 -79    packet-9p.c    Modified