summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-btbnep.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-btbnep.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
downloadwireshark-c439b805e20dd9dba744b3f7216c970c3591592e.tar.gz
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-btbnep.c')
-rw-r--r--epan/dissectors/packet-btbnep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btbnep.c b/epan/dissectors/packet-btbnep.c
index 16511c572c..249aec2285 100644
--- a/epan/dissectors/packet-btbnep.c
+++ b/epan/dissectors/packet-btbnep.c
@@ -66,7 +66,7 @@ static int hf_btbnep_network_type_end = -1;
static int hf_btbnep_multicast_address_start = -1;
static int hf_btbnep_multicast_address_end = -1;
-static int hf_btbnep_data = -1;
+/* static int hf_btbnep_data = -1; */
static gint ett_btbnep = -1;
static gint ett_addr = -1;
@@ -507,11 +507,13 @@ proto_register_btbnep(void)
"Specifies if this is an individual (unicast) or group (broadcast/multicast) address", HFILL }
},
+#if 0
{ &hf_btbnep_data,
{ "Data", "btbnep.data",
FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
+#endif
};
static gint *ett[] = {