aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_prc_lt_ctrl.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_prc_lt_ctrl.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_prc_lt_ctrl.c')
-rw-r--r--plugins/wimax/msg_prc_lt_ctrl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/wimax/msg_prc_lt_ctrl.c b/plugins/wimax/msg_prc_lt_ctrl.c
index 8932467ba2..562de1292f 100644
--- a/plugins/wimax/msg_prc_lt_ctrl.c
+++ b/plugins/wimax/msg_prc_lt_ctrl.c
@@ -77,14 +77,14 @@ void proto_register_mac_mgmt_msg_prc_lt_ctrl(void)
&hf_prc_lt_ctrl_message_type,
{
"MAC Management Message Type", "wmx.macmgtmsgtype.prc_lt_ctrl",
- FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL
}
},
{
&hf_prc_lt_ctrl_invalid_tlv,
{
"Invalid TLV", "wmx.prc_lt_ctrl.invalid_tlv",
- FT_BYTES, BASE_HEX, NULL, 0, "", HFILL
+ FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL
}
},
{
@@ -92,7 +92,7 @@ void proto_register_mac_mgmt_msg_prc_lt_ctrl(void)
{
"Setup/Tear-down long-term precoding with feedback",
"wimax.prc_lt_ctrl.precoding",
- FT_UINT8, BASE_DEC, VALS(&vals_turn_on), 0x80, "", HFILL
+ FT_UINT8, BASE_DEC, VALS(&vals_turn_on), 0x80, NULL, HFILL
}
},
{
@@ -100,7 +100,7 @@ void proto_register_mac_mgmt_msg_prc_lt_ctrl(void)
{
"BS precoding application delay",
"wimax.prc_lt_ctrl.precoding_delay",
- FT_UINT8, BASE_DEC, NULL, 0x60, "", HFILL
+ FT_UINT8, BASE_DEC, NULL, 0x60, NULL, HFILL
}
}
};