aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-29 17:01:30 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-29 22:08:12 +0000
commite39938256b539e3edb4684e19f4b28e95fa900dd (patch)
treebeac700f7c7367abc8eff066d2865e594939a09e /plugins
parent1aeab74d9d99807cf793aa65935934b8a233ed79 (diff)
Rename some hf[] display filter names to fix dups.
Change-Id: Ibe932bc37e03194f1801ec4eed4da1ff31370de3 Reviewed-on: https://code.wireshark.org/review/5535 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/wimax_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 20e0a36870..d02fb18e14 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -1124,7 +1124,7 @@ void proto_register_wimax_utility_decoders(void)
},
{ /* Ethertype */
&hf_cst_pkt_class_rule_etype,
- {"Ethertype", "wmx.cst.pkt_class_rule.ethertype", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}
+ {"Ethertype", "wmx.cst.pkt_class_rule.etype", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}
},
{ /* Eprot1 */
&hf_cst_pkt_class_rule_eprot1,