aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcdns.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-fcdns.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-fcdns.c')
-rw-r--r--epan/dissectors/packet-fcdns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcdns.c b/epan/dissectors/packet-fcdns.c
index 14d41d5b11..e608f942ae 100644
--- a/epan/dissectors/packet-fcdns.c
+++ b/epan/dissectors/packet-fcdns.c
@@ -47,7 +47,7 @@
/* Initialize the protocol and registered fields */
static int proto_fcdns = -1;
-static int hf_fcdns_gssubtype = -1;
+/* static int hf_fcdns_gssubtype = -1; */
static int hf_fcdns_opcode = -1;
static int hf_fcdns_reason = -1;
static int hf_fcdns_vendor = -1;
@@ -1730,9 +1730,11 @@ proto_register_fcdns (void)
{
static hf_register_info hf[] = {
+#if 0
{ &hf_fcdns_gssubtype,
{"GS_Subtype", "fcdns.gssubtype", FT_UINT8, BASE_HEX,
VALS (fc_dns_subtype_val), 0x0, NULL, HFILL}},
+#endif
{&hf_fcdns_opcode,
{"Opcode", "fcdns.opcode", FT_UINT16, BASE_HEX, VALS (fc_dns_opcode_val),
0x0, NULL, HFILL}},