http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54245
User: guy
Date: 2013/12/19 09:19 AM
Log:
Use proto_tree_add_item() or tvb_get_string_enc() instead of
tvb_get_unicode_string(). If there's an indication that the encoding is
UCS-2, use that, otherwise use UTF-16. (For example, "BMP" stands for
"Basic Multilingual Plane", which is the part of Unicode that can be
encoded in 16 bits, hence UCS-2.)
In the description of the "Use Heuristics for UDP" preference for the
XML dissector, note that it's not just trying to recognize XML in UCS-2,
it's trying to recognize XML in *big-endian* UCS-2.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -3 packet-kerberos.c Modified
+2 -2 packet-ndps.c Modified
+1 -4 packet-per.c Modified
+1 -1 packet-ptpip.c Modified
+1 -1 packet-x509sat.c Modified
+4 -2 packet-xml.c Modified
Directory: /trunk/asn1/x509sat/
Changes Path Action
+1 -1 x509sat.cnf Modified