Get rid of non-ASCII character in a value_string table. (They might
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 9 Dec 2007 21:10:25 +0000 (21:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 9 Dec 2007 21:10:25 +0000 (21:10 +0000)
upset MSVC++ if the wrong code page is selected, and there's no
guarantee that all forms of output of dissected packets are in any
particular character encoding.)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23819 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/ansi_map/packet-ansi_map-template.c
epan/dissectors/packet-ansi_map.c

index 4c0ff152278b21754b6dde53819c5f202fcb28ae..e3cd9cff2677f97dc22a23bd88ca02e21f68f01a 100644 (file)
@@ -2365,7 +2365,7 @@ static const value_string ansi_map_SMS_CauseCode_vals[]  = {
     {   6, "Unsupported network interface"},
     {   8, "CDMA handset-based position determination failure"},
     {   9, "CDMA handset-based position determination resources released - voice service request"},
-    {   10, "CDMA handset-based position determination resources released - voice service request \96 message acknowledged"},
+    {   10, "CDMA handset-based position determination resources released - voice service request - message acknowledged"},
     {   11, "Reserved"},
     {   12, "Reserved"},
     {   13, "Reserved"},
index 71fdf860e780d1601f6622b09afdacd9635135a1..81c1326f1b3b35f775b72018a49aa3e402aa2f5e 100644 (file)
@@ -1,7 +1,7 @@
 /* Do not modify this file.                                                   */
 /* It is created automatically by the ASN.1 to Wireshark dissector compiler   */
 /* packet-ansi_map.c                                                          */
-/* ../../tools/asn2wrs.py -b -X -T -p ansi_map -c ansi_map.cnf -s packet-ansi_map-template ansi_map.asn */
+/* ../../tools/asn2wrs.py -b -X -T -p ansi_map -c ./ansi_map.cnf -s ./packet-ansi_map-template -D . ansi_map.asn */
 
 /* Input file: packet-ansi_map-template.c */
 
@@ -3134,7 +3134,7 @@ static const value_string ansi_map_SMS_CauseCode_vals[]  = {
     {   6, "Unsupported network interface"},
     {   8, "CDMA handset-based position determination failure"},
     {   9, "CDMA handset-based position determination resources released - voice service request"},
-    {   10, "CDMA handset-based position determination resources released - voice service request \96 message acknowledged"},
+    {   10, "CDMA handset-based position determination resources released - voice service request - message acknowledged"},
     {   11, "Reserved"},
     {   12, "Reserved"},
     {   13, "Reserved"},