aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-29 18:58:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-29 18:58:18 +0000
commit0e29ab69d31fb0ce5a1b1cf12875f1fa05f17002 (patch)
tree718d4bcd8e9b464751c8a66af257cdafa05bffcd /epan
parentf082fe8ecff54c3d9cba554bf996b348a549c41e (diff)
Change the name of 'isup_calling_partys_category_value'.
svn path=/trunk/; revision=16625
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-etheric.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-etheric.c b/epan/dissectors/packet-etheric.c
index db291cbac8..e3b96a09b0 100644
--- a/epan/dissectors/packet-etheric.c
+++ b/epan/dissectors/packet-etheric.c
@@ -163,7 +163,7 @@ static const true_false_string isup_ISDN_originating_access_ind_value = {
"originating access ISDN",
"originating access non-ISDN"
};
-static const value_string isup_calling_partys_category_value[] = {
+static const value_string etheric_calling_partys_category_value[] = {
{ 0, "Reserved"},
{ 1, "Reserved"},
{ 2, "Reserved"},
@@ -390,7 +390,7 @@ dissect_etheric_calling_partys_category_parameter(tvbuff_t *parameter_tvb,proto_
0, 1, calling_partys_category);
proto_item_set_text(parameter_item, "Calling Party's category: 0x%x (%s)", calling_partys_category,
- val_to_str(calling_partys_category, isup_calling_partys_category_value, "reserved/spare"));
+ val_to_str(calling_partys_category, etheric_calling_partys_category_value, "reserved/spare"));
}
/* ------------------------------------------------------------------
Dissector Parameter Transmission medium requirement
@@ -1067,7 +1067,7 @@ proto_register_etheric(void)
{ &hf_etheric_calling_partys_category,
{ "Calling Party's category", "etheric.calling_partys_category",
- FT_UINT8, BASE_HEX, VALS(isup_calling_partys_category_value), 0x0,
+ FT_UINT8, BASE_HEX, VALS(etheric_calling_partys_category_value), 0x0,
"", HFILL }},
{ &hf_etheric_mandatory_variable_parameter_pointer,