aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-12-09 21:10:25 +0000
committerGuy Harris <guy@alum.mit.edu>2007-12-09 21:10:25 +0000
commitb2f28fb3709b664e676b6b83810a1cfc4608f645 (patch)
tree62d0a1edc48136dec77304078b2b544a09463f14 /epan
parente5f48395f18dcdfe5a65a0163b750179aad64b33 (diff)
Get rid of non-ASCII character in a value_string table. (They might
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.) svn path=/trunk/; revision=23819
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ansi_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index 71fdf860e7..81c1326f1b 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -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 – message acknowledged"},
+ { 10, "CDMA handset-based position determination resources released - voice service request - message acknowledged"},
{ 11, "Reserved"},
{ 12, "Reserved"},
{ 13, "Reserved"},