wireshark/asn1/x509sat
Guy Harris 317b828986 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.

svn path=/trunk/; revision=54245
2013-12-19 09:19:33 +00:00
..
CMakeLists.txt Allow generating some more dissectors with cmake. 2013-05-07 04:40:37 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Just whitespace changes 2013-05-05 08:49:18 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
SelectedAttributeTypes.asn Update to register basic ASN.1 syntaxes. 2010-06-23 11:07:08 +00:00
packet-x509sat-template.c - Make local functions static. 2013-12-07 11:37:58 +00:00
packet-x509sat-template.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
x509sat.cnf Use proto_tree_add_item() or tvb_get_string_enc() instead of 2013-12-19 09:19:33 +00:00