http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39428
User: wmeier
Date: 2011/10/15 12:48 PM
Log:
Convert asn1 template files proto_tree_add_item() 'encoding' arg for field types FT_STRING as follows:
1. If there's no character encoding (ENC_ASCII, ...) specified
then use ENC_ASCII.
2. Always use ENC_NA
(replacing any existing True/1/FALSE/0
/ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN).
Directory: /trunk/asn1/ansi_map/
Changes Path Action
+2 -2 packet-ansi_map-template.c Modified
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-ansi_map.c Modified
+1 -1 packet-ftam.c Modified
+1 -1 packet-snmp.c Modified
Directory: /trunk/asn1/ftam/
Changes Path Action
+1 -1 packet-ftam-template.c Modified
Directory: /trunk/asn1/snmp/
Changes Path Action
+1 -1 packet-snmp-template.c Modified