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

Wireshark-commits: [Wireshark-commits] rev 44619: /trunk/epan/ /trunk/epan/: proto.c

Date: Thu, 23 Aug 2012 02:48:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44619

User: eapache
Date: 2012/08/22 07:48 PM

Log:
 From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658
 
 Don't pass string-related encoding flags to get_uint_value() when handling
 FT_UINT_STRING fields. This was causing all such fields with non-ASCII
 encodings to use little-endian encoding, even when OR-ed with ENC_BIG_ENDIAN.
 
 (not actually the topic of the above bug, but discovered during LLRP protocol
  testing, which was the topic of the above bug)

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      proto.c       Modified