aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dreg.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
commitf784806968373d1ec939a18ffe5ef8727d4dbadf (patch)
treeadaccfc17a91bfce6628f1f7d0326f6d2badb4e5 /plugins/wimax/msg_dreg.c
parent0a20c5dd913ee49a4faf9ed5d868e308949eb450 (diff)
Comment out numerous unused hf_.... instances found by checkhf.
svn path=/trunk/; revision=47617
Diffstat (limited to 'plugins/wimax/msg_dreg.c')
-rw-r--r--plugins/wimax/msg_dreg.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/wimax/msg_dreg.c b/plugins/wimax/msg_dreg.c
index 66a2348af5..be62a67ac6 100644
--- a/plugins/wimax/msg_dreg.c
+++ b/plugins/wimax/msg_dreg.c
@@ -61,7 +61,7 @@ static gint *ett[] =
/* DREG fields */
static gint hf_dreg_cmd_message_type = -1;
static gint hf_dreg_req_message_type = -1;
-static gint hf_ack_type_reserved = -1;
+/* static gint hf_ack_type_reserved = -1; */
static gint hf_dreg_cmd_action = -1;
static gint hf_dreg_cmd_action_cor2 = -1;
static gint hf_dreg_cmd_reserved = -1;
@@ -354,6 +354,7 @@ void proto_register_mac_mgmt_msg_dreg_req(void)
FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL
}
},
+#if 0
{
&hf_ack_type_reserved,
{
@@ -361,10 +362,12 @@ void proto_register_mac_mgmt_msg_dreg_req(void)
FT_UINT8, BASE_DEC, NULL, 0x03, NULL, HFILL
}
}
+#endif
};
proto_mac_mgmt_msg_dreg_req_decoder = proto_register_protocol (
- "WiMax DREG-REQ/CMD Messages", /* name */
+ "WiMax DREG-REQ/CMD Messages",
+ /* name */
"WiMax DREG-REQ/CMD (dreg)", /* short name */
"wmx.dreg" /* abbrev */
);