aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-09 21:10:25 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-09 21:10:25 +0000
commit3f9f538e005b2fd0509d5fb5687cd7e8e46e36ff (patch)
tree62d0a1edc48136dec77304078b2b544a09463f14 /asn1
parent7912ecaaecc511479205eb2dbe38bf8b08cd81da (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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23819 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ansi_map/packet-ansi_map-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ansi_map/packet-ansi_map-template.c b/asn1/ansi_map/packet-ansi_map-template.c
index 4c0ff15227..e3cd9cff26 100644
--- a/asn1/ansi_map/packet-ansi_map-template.c
+++ b/asn1/ansi_map/packet-ansi_map-template.c
@@ -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 – message acknowledged"},
+ { 10, "CDMA handset-based position determination resources released - voice service request - message acknowledged"},
{ 11, "Reserved"},
{ 12, "Reserved"},
{ 13, "Reserved"},