aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcct.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-fcct.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-fcct.c')
-rw-r--r--epan/dissectors/packet-fcct.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fcct.c b/epan/dissectors/packet-fcct.c
index 9ca3203480..89b6ceb5de 100644
--- a/epan/dissectors/packet-fcct.c
+++ b/epan/dissectors/packet-fcct.c
@@ -44,11 +44,13 @@ static int hf_fcct_options = -1;
static int hf_fcct_server = -1; /* derived field */
/* Extended preamble fields */
+#if 0
static int hf_fcct_ext_said = -1;
static int hf_fcct_ext_tid = -1;
static int hf_fcct_ext_reqname = -1;
static int hf_fcct_ext_tstamp = -1;
static int hf_fcct_ext_authblk = -1;
+#endif
/* Initialize the subtree pointers */
static gint ett_fcct = -1;
@@ -244,6 +246,7 @@ proto_register_fcct(void)
{ &hf_fcct_options,
{"Options", "fcct.options", FT_UINT8, BASE_HEX, NULL, 0x0, NULL,
HFILL}},
+#if 0
{ &hf_fcct_ext_said,
{"Auth SAID", "fcct.ext_said", FT_UINT32, BASE_HEX, NULL, 0x0, NULL,
HFILL}},
@@ -259,6 +262,7 @@ proto_register_fcct(void)
{ &hf_fcct_ext_authblk,
{"Auth Hash Blk", "fcct.ext_authblk", FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
+#endif
};
/* Setup protocol subtree array */