aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcdns.c
diff options
context:
space:
mode:
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}},