From 3971e95140f7352834898b313d812727db5f6f77 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 10 Dec 2012 19:12:05 +0000 Subject: Re-generate value_string array for MIBenum mapping char set names from latest IANA document; Adds new values and fixes an incorrect value in the previous value_string array. Note: names used as specified (with capitalization) in the document. (Previously all the names in the value_string array were lower case). Also: rename the value_string array to have a less generic name. svn path=/trunk/; revision=46490 --- epan/dissectors/packet-wap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-wap.h') diff --git a/epan/dissectors/packet-wap.h b/epan/dissectors/packet-wap.h index 2ea4bd442b..1dcd291400 100644 --- a/epan/dissectors/packet-wap.h +++ b/epan/dissectors/packet-wap.h @@ -77,7 +77,7 @@ guint tvb_get_guintvar (tvbuff_t *, guint , guint *); /* Character set encoding */ -extern value_string_ext vals_character_sets_ext; +extern value_string_ext wap_mib_enum_vals_character_sets_ext; /* * Misc TODO: -- cgit v1.2.3