aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_pmc.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-22 18:23:58 +0000
commit7f77783e209b6af576c27f6c71ed17489279f5b1 (patch)
treee4e19fda561bf002f41164d5d29fdd3819f9e591 /plugins/wimax/msg_pmc.c
parent485fc6805bb3f5349b322c2b293bfb7392e490c4 (diff)
From Kovarththanan Rajaratnam:
More header field info cleanup in plugins/* and epan/dissectors/* svn path=/trunk/; revision=28811
Diffstat (limited to 'plugins/wimax/msg_pmc.c')
-rw-r--r--plugins/wimax/msg_pmc.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index 8c80667259..b58ddda48c 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -104,70 +104,70 @@ void proto_register_mac_mgmt_msg_pmc_req(void)
&hf_pmc_req_message_type,
{
"MAC Management Message Type", "wmx.macmgtmsgtype.pmc_req",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_pmc_req_confirmation,
{
"Confirmation", "wmx.pmc_req.confirmation",
- FT_UINT16, BASE_DEC, VALS(vals_pmc_req_confirmation), 0x0020, "", HFILL
+ FT_UINT16, BASE_DEC, VALS(vals_pmc_req_confirmation), 0x0020, NULL, HFILL
}
},
{
&hf_pmc_req_pwr_control_mode_change,
{
"Power control mode change", "wmx.pmc_req.power_control_mode",
- FT_UINT16, BASE_DEC, VALS(vals_pmc_req_pwr), 0xC000, "", HFILL
+ FT_UINT16, BASE_DEC, VALS(vals_pmc_req_pwr), 0xC000, NULL, HFILL
}
},
{
&hf_pmc_req_pwr_control_mode_change_cor2,
{
"Power control mode change", "wmx.pmc_req.power_control_mode",
- FT_UINT16, BASE_DEC, VALS(vals_pmc_req_pwr_cor2), 0xC000, "", HFILL
+ FT_UINT16, BASE_DEC, VALS(vals_pmc_req_pwr_cor2), 0xC000, NULL, HFILL
}
},
{
&hf_pmc_req_reserved,
{
"Reserved", "wmx.pmc_req.reserved",
- FT_UINT16, BASE_DEC, NULL, 0x001F, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x001F, NULL, HFILL
}
},
{
&hf_pmc_req_tx_power_level,
{
"UL Tx power level for the burst that carries this header (11.1.1). When the Tx power is different from slot to slot, the maximum value is reported", "wmx.pmc_req.ul_tx_power_level",
- FT_UINT16, BASE_DEC, NULL, 0x3FC0, "", HFILL
+ FT_UINT16, BASE_DEC, NULL, 0x3FC0, NULL, HFILL
}
},
{
&hf_pmc_rsp_message_type,
{
"MAC Management Message Type", "wmx.macmgtmsgtype.pmc_rsp",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_pmc_rsp_offset_BS_per_MS,
{
"Offset_BS per MS. Signed change in power level (incr of 0.25 dB) that the MS shall apply to the open loop power control formula in 8.4.10.3.2", "wmx.pmc_rsp.offset_BS_per_MS",
- FT_FLOAT, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_FLOAT, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_pmc_rsp_power_adjust,
{
"Power adjust. Signed change in power level (incr of 0.25 dB) the MS shall apply to its current transmission power. When subchannelization is employed, the SS shall interpret as a required change to the Tx power density", "wmx.pmc_rsp.power_adjust",
- FT_FLOAT, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_FLOAT, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_pmc_rsp_start_frame,
{
"Start frame. Apply mode change from current frame when 6 LSBs of frame match this", "wmx.pmc_rsp.start_frame",
- FT_UINT16, BASE_HEX, NULL, 0x3F00, "", HFILL
+ FT_UINT16, BASE_HEX, NULL, 0x3F00, NULL, HFILL
}
}
};