summaryrefslogtreecommitdiff
path: root/asn1/inap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-11-07 20:51:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-11-07 20:51:16 +0000
commitae7d471ebec12e8b9e7fccaf138db18b3e1a9224 (patch)
treeb5dfa275aa6d19ada037e029f0d33ba641a5dc7c /asn1/inap
parent8b468e9284cfd8e3718416b02969518d461c8ad1 (diff)
downloadwireshark-ae7d471ebec12e8b9e7fccaf138db18b3e1a9224.tar.gz
Make the changes from:
Use value_string_ext fcns to access certain value_string arrays; Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. In the source files of the as2wrs generated dissectors. svn path=/trunk/; revision=34803
Diffstat (limited to 'asn1/inap')
-rw-r--r--asn1/inap/inap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index 71daa29ba0..4185dfc72b 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -297,7 +297,7 @@ dissect_isup_called_party_number_parameter(parameter_tvb, tree, NULL);
dissect_q931_high_layer_compat_ie(parameter_tvb, 0, tvb_length_remaining(parameter_tvb,0), subtree);
#.TYPE_ATTR
-CallingPartysCategory TYPE = FT_UINT16 DISPLAY = BASE_DEC STRINGS = VALS(isup_calling_partys_category_value)
+CallingPartysCategory TYPE = FT_UINT16 DISPLAY = BASE_DEC|BASE_EXT_STRING STRINGS = &isup_calling_partys_category_value_ext
#.END