From 3f9f538e005b2fd0509d5fb5687cd7e8e46e36ff Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 9 Dec 2007 21:10:25 +0000 Subject: 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 --- asn1/ansi_map/packet-ansi_map-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1') 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"}, -- cgit v1.2.3