aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-01-31 13:34:04 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-01-31 17:32:05 +0000
commited8ee831fda2df69657af95dc34a3ea6b3ef4c88 (patch)
tree4faa20220aa6fd77bb223679842fb053753eaad1 /plugins
parent858f759fa20931e05a1e54472c8fb3c32d5bb25e (diff)
More fussing with items and calls.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/epan/wimaxmacphy/packet-wimaxmacphy.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c b/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c
index b0723b6ab4..082037cff7 100644
--- a/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c
+++ b/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c
@@ -3208,8 +3208,7 @@ proto_register_wimaxmacphy(void)
"wimaxmacphy.prim_fast_feedback_sub_type",
FT_UINT16,
BASE_DEC,
- VALS(
- wimaxmacphy_prim_fast_feedback_sub_type_vals),
+ VALS(wimaxmacphy_prim_fast_feedback_sub_type_vals),
0x7000,
NULL,
HFILL
@@ -3547,8 +3546,7 @@ proto_register_wimaxmacphy(void)
"wimaxmacphy.zone_disable_pusc_subchannel_rotation",
FT_UINT8,
BASE_DEC,
- VALS(
- wimaxmacphy_ul_zone_disable_pusc_subchannel_rotation_vals),
+ VALS(wimaxmacphy_ul_zone_disable_pusc_subchannel_rotation_vals),
0x0f,
NULL,
HFILL
@@ -4423,8 +4421,7 @@ proto_register_wimaxmacphy(void)
"wimaxmacphy.burst_sounding_max_cyclic_shift_indx",
FT_UINT8,
BASE_DEC,
- VALS(
- wimaxmacphy_ul_burst_sounding_max_cyclic_shift_indx_vals),
+ VALS(wimaxmacphy_ul_burst_sounding_max_cyclic_shift_indx_vals),
0x0,
NULL,
HFILL
@@ -4450,8 +4447,7 @@ proto_register_wimaxmacphy(void)
"wimaxmacphy.burst_sounding_decimation_offset_rand",
FT_UINT8,
BASE_DEC,
- VALS(
- wimaxmacphy_ul_burst_sounding_decimation_offset_rand_vals),
+ VALS(wimaxmacphy_ul_burst_sounding_decimation_offset_rand_vals),
0x0,
NULL,
HFILL
@@ -5231,8 +5227,7 @@ proto_register_wimaxmacphy(void)
"wimaxmacphy.sub_burst_sounding_power_assignment_method",
FT_UINT8,
BASE_HEX,
- VALS(
- wimaxmacphy_ul_sub_burst_sounding_power_assignment_vals),
+ VALS(wimaxmacphy_ul_sub_burst_sounding_power_assignment_vals),
0x0,
NULL,
HFILL
@@ -5258,8 +5253,7 @@ proto_register_wimaxmacphy(void)
"wimaxmacphy.sub_burst_sounding_allocation_mode",
FT_UINT8,
BASE_DEC,
- VALS(
- wimaxmacphy_ul_sub_burst_sounding_allocation_mode_vals),
+ VALS(wimaxmacphy_ul_sub_burst_sounding_allocation_mode_vals),
0x0,
NULL,
HFILL