aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcswils.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-fcswils.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-fcswils.c')
-rw-r--r--epan/dissectors/packet-fcswils.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-fcswils.c b/epan/dissectors/packet-fcswils.c
index fe8d0e0187..f286aea450 100644
--- a/epan/dissectors/packet-fcswils.c
+++ b/epan/dissectors/packet-fcswils.c
@@ -81,7 +81,7 @@ static int hf_swils_efp_rec_type = -1;
static int hf_swils_efp_dom_id = -1;
static int hf_swils_efp_switch_name = -1;
static int hf_swils_efp_mcast_grpno = -1;
-static int hf_swils_efp_alias_token = -1;
+/* static int hf_swils_efp_alias_token = -1; */
static int hf_swils_efp_record_len = -1;
static int hf_swils_efp_payload_len = -1;
static int hf_swils_efp_pswitch_pri = -1;
@@ -89,7 +89,7 @@ static int hf_swils_efp_pswitch_name = -1;
static int hf_swils_dia_switch_name = -1;
static int hf_swils_rdi_payload_len = -1;
static int hf_swils_rdi_req_sname = -1;
-static int hf_swils_fspfh_cmd = -1;
+/* static int hf_swils_fspfh_cmd = -1; */
static int hf_swils_fspfh_rev = -1;
static int hf_swils_fspfh_ar_num = -1;
static int hf_swils_fspfh_auth_type = -1;
@@ -2036,10 +2036,12 @@ proto_register_fcswils(void)
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL}},
+#if 0
{ &hf_swils_efp_alias_token,
{"Alias Token", "swils.efp.aliastok",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
+#endif
{ &hf_swils_efp_record_len,
{"Record Len", "swils.efp.recordlen",
@@ -2076,10 +2078,12 @@ proto_register_fcswils(void)
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
+#if 0
{ &hf_swils_fspfh_cmd,
{"Command:", "swils.fspf.cmd",
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL}},
+#endif
{ &hf_swils_fspfh_rev,
{"Version", "swils.fspf.ver",