Wireshark-commits: [Wireshark-commits] rev 54075: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 13 Dec 2013 22:44:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54075

User: guy
Date: 2013/12/13 10:44 PM

Log:
 Rename spotlight_get_utf16_string_encoding() to
 spotlight_get_utf16_string_byte_order(), and have it return
 ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN if it finds a BOM and 0xFFFFFFFF if
 it doesn't, to make it a bit clearer what it's doing.
 
 Use tvb_get_string_enc() rather than tvb_get_unicode_string().

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +27 -19    packet-afp.c    Modified