summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-12-08 22:05:55 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-12-08 22:05:55 +0000
commit0bd900a72b0eca4692e1800c28c47a68a5ff16a2 (patch)
treeb00dca3a6d09d86db7b4e967b3d37f931b9aaeb2 /plugins
parent0f8ab929a62ead701aa32dc90a79e310e49dfcff (diff)
downloadwireshark-0bd900a72b0eca4692e1800c28c47a68a5ff16a2.tar.gz
Fix header field names containing dots.
Move excessive long texts to header field blurb. svn path=/trunk/; revision=31207
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/msg_fpc.c8
-rw-r--r--plugins/wimax/msg_pmc.c16
2 files changed, 12 insertions, 12 deletions
diff --git a/plugins/wimax/msg_fpc.c b/plugins/wimax/msg_fpc.c
index e0748309f4..8ff5506254 100644
--- a/plugins/wimax/msg_fpc.c
+++ b/plugins/wimax/msg_fpc.c
@@ -151,15 +151,15 @@ void proto_register_mac_mgmt_msg_fpc(void)
{
&hf_fpc_power_adjust,
{
- "Power Adjust. Signed change in power level (incr of 0.25dB) that the SS shall apply to its current power setting", "wmx.fpc.power_adjust",
- FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL
+ "Power Adjust", "wmx.fpc.power_adjust",
+ FT_FLOAT, BASE_NONE, NULL, 0x0, "Signed change in power level (incr of 0.25dB) that the SS shall apply to its current power setting", HFILL
}
},
{
&hf_fpc_power_measurement_frame,
{
- "Power measurement frame. The 8 LSB of the frame number in which the BS measured the power corrections referred to in the message", "wmx.fpc.power_measurement_frame",
- FT_INT8, BASE_DEC, NULL, 0x0, NULL, HFILL
+ "Power measurement frame", "wmx.fpc.power_measurement_frame",
+ FT_INT8, BASE_DEC, NULL, 0x0, "The 8 LSB of the frame number in which the BS measured the power corrections referred to in the message", HFILL
}
}
};
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index f55ae7b15b..570031badd 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -138,8 +138,8 @@ void proto_register_mac_mgmt_msg_pmc_req(void)
{
&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, NULL, HFILL
+ "UL Tx power level for the burst that carries this header", "wmx.pmc_req.ul_tx_power_level",
+ FT_UINT16, BASE_DEC, NULL, 0x3FC0, "When the Tx power is different from slot to slot, the maximum value is reported", HFILL
}
},
{
@@ -152,22 +152,22 @@ void proto_register_mac_mgmt_msg_pmc_req(void)
{
&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_NONE, NULL, 0x0, NULL, HFILL
+ "Offset_BS per MS", "wmx.pmc_rsp.offset_BS_per_MS",
+ FT_FLOAT, BASE_NONE, NULL, 0x0, "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", 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_NONE, NULL, 0x0, NULL, HFILL
+ "Power adjust", "wmx.pmc_rsp.power_adjust",
+ FT_FLOAT, BASE_NONE, NULL, 0x0, "Signed change in power level (incr of 0.25 dB) that 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", 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, NULL, HFILL
+ "Start frame", "wmx.pmc_rsp.start_frame",
+ FT_UINT16, BASE_HEX, NULL, 0x3F00, "Apply mode change from current frame when 6 LSBs of frame match this", HFILL
}
}
};