From c439b805e20dd9dba744b3f7216c970c3591592e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 31 Jan 2013 17:55:31 +0000 Subject: Comment out unused hf[] entries & etc. (found by checkhf) svn path=/trunk/; revision=47389 --- epan/dissectors/packet-btbnep.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-btbnep.c') 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[] = { -- cgit v1.2.1