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`.
This commit is contained in:
Evan Huus 2021-07-19 19:32:22 -04:00
parent dc7089e831
commit 57fcadf5af
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
},