aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btamp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-31 17:55:31 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-31 17:55:31 +0000
commitc439b805e20dd9dba744b3f7216c970c3591592e (patch)
tree290b43c090c6a125c690e472152e5f89f2538647 /epan/dissectors/packet-btamp.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-btamp.c')
-rw-r--r--epan/dissectors/packet-btamp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btamp.c b/epan/dissectors/packet-btamp.c
index b589412f52..1f84e26f10 100644
--- a/epan/dissectors/packet-btamp.c
+++ b/epan/dissectors/packet-btamp.c
@@ -48,8 +48,8 @@ static int hf_btamp_controller_id = -1;
static int hf_btamp_controller_type = -1;
static int hf_btamp_controller_status = -1;
static int hf_btamp_status = -1;
-static int hf_btamp_create_status = -1;
-static int hf_btamp_disc_status = -1;
+/* static int hf_btamp_create_status = -1; */
+/* static int hf_btamp_disc_status = -1; */
static int hf_btamp_total_bw = -1;
static int hf_btamp_max_guaran_bw = -1;
static int hf_btamp_min_latency = -1;
@@ -580,6 +580,7 @@ proto_register_btamp(void)
FT_UINT8, BASE_DEC, VALS(status_vals), 0x0,
NULL, HFILL }
},
+#if 0
{ &hf_btamp_create_status,
{ "Status", "btamp.create_status",
FT_UINT8, BASE_DEC, VALS(create_status_vals), 0x0,
@@ -590,6 +591,7 @@ proto_register_btamp(void)
FT_UINT8, BASE_DEC, VALS(disc_status_vals), 0x0,
NULL, HFILL }
},
+#endif
{ &hf_btamp_pal_caps_mask,
{ "PAL Capabilities Mask", "btamp.pal_caps_mask",
FT_NONE, BASE_NONE, NULL, 0x0,