aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fmp_notify.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-03 22:29:48 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-03 22:29:48 +0000
commit6549fbbad7f6e2bd8cb05b63e4fe7b98d77468d0 (patch)
tree16e4f196347be2fca882512fbb9b3f13e71f3c61 /epan/dissectors/packet-fmp_notify.c
parent7fa9cf92098e8547c38f8df7e71cf216228a8333 (diff)
#if 0 unused hf[] entries & etc.
Note: All (or almost all) unused hf[] entries in non-generated Wireshark dissectors have been #if 0'd (or commented) out. (This applies only to 'static hf_...' vars). A number of (non-generated) dissector files with *missing* hf[] entries still need to be fixed. svn path=/trunk/; revision=47459
Diffstat (limited to 'epan/dissectors/packet-fmp_notify.c')
-rw-r--r--epan/dissectors/packet-fmp_notify.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fmp_notify.c b/epan/dissectors/packet-fmp_notify.c
index 3410ecccb3..055370a706 100644
--- a/epan/dissectors/packet-fmp_notify.c
+++ b/epan/dissectors/packet-fmp_notify.c
@@ -56,7 +56,7 @@ static int proto_fmp_notify = -1;
static int hf_fmp_handleListLen = -1;
static int hf_fmp_notify_procedure = -1;
static int hf_fmp_fsID = -1;
-static int hf_fmp_fsBlkSz = -1;
+/* static int hf_fmp_fsBlkSz = -1; */
static int hf_fmp_sessionHandle = -1;
static int hf_fmp_fmpFHandle = -1;
static int hf_fmp_msgNum = -1;
@@ -562,9 +562,11 @@ proto_register_fmp_notify(void)
"File System ID", "fmp_notify.fsID", FT_UINT32, BASE_HEX,
NULL, 0, NULL, HFILL }},
+#if 0
{ &hf_fmp_fsBlkSz, {
"FS Block Size", "fmp_notify.fsBlkSz", FT_UINT32, BASE_DEC,
NULL, 0, "File System Block Size", HFILL }},
+#endif
{ &hf_fmp_numBlksReq, {