aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2021-07-19 19:32:22 -0400
committerEvan Huus <eapache@gmail.com>2021-07-19 19:32:22 -0400
commit57fcadf5aff247836b06c31ce5b74b51e77d15bf (patch)
treeaad1a36f09d4953214460e3e66756ab644909641 /plugins/epan
parentdc7089e83110a5dc5dfb5c9a21c95fc3d9cb97f2 (diff)
wimax: fix field abbrev
Fixes pre-commit warning "wimax.dcd.dl_burst_profile_multiple_fec_types doesn't match PROTOABBREV" All the other fields of this dissector use `wmx` not `wimax`.
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/wimax/msg_dcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/wimax/msg_dcd.c b/plugins/epan/wimax/msg_dcd.c
index a9ebf5f3f3..58066ff1d6 100644
--- a/plugins/epan/wimax/msg_dcd.c
+++ b/plugins/epan/wimax/msg_dcd.c
@@ -869,7 +869,7 @@ void proto_register_mac_mgmt_msg_dcd(void)
{
&hf_dcd_tlv_t_153_downlink_burst_profile_for_mutiple_fec_types,
{
- "Downlink Burst Profile for Multiple FEC Types","wimax.dcd.dl_burst_profile_multiple_fec_types",
+ "Downlink Burst Profile for Multiple FEC Types","wmx.dcd.dl_burst_profile_multiple_fec_types",
FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL
}
},