aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etch.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-etch.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-etch.c')
-rw-r--r--epan/dissectors/packet-etch.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-etch.c b/epan/dissectors/packet-etch.c
index 65e90e2b48..eb6884c5f6 100644
--- a/epan/dissectors/packet-etch.c
+++ b/epan/dissectors/packet-etch.c
@@ -115,7 +115,7 @@ static gint ett_etch_value = -1;
static int hf_etch_sig = -1;
static int hf_etch_length = -1;
static int hf_etch_version = -1;
-static int hf_etch_typecode = -1;
+/* static int hf_etch_typecode = -1; */
static int hf_etch_value = -1;
static int hf_etch_bytes = -1;
static int hf_etch_byte = -1;
@@ -124,7 +124,7 @@ static int hf_etch_int = -1;
static int hf_etch_long = -1;
static int hf_etch_float = -1;
static int hf_etch_double = -1;
-static int hf_etch_key = -1;
+/* static int hf_etch_key = -1; */
static int hf_etch_valuename = -1;
static int hf_etch_keyname = -1;
static int hf_etch_string = -1;
@@ -825,12 +825,14 @@ void proto_register_etch(void)
NULL, 0x0,
NULL, HFILL}
},
+#if 0
{&hf_etch_typecode,
{"Etch TypeCode", "etch.typecode",
FT_STRING, BASE_NONE, /* FT_INT8 */
NULL, 0x0,
NULL, HFILL}
},
+#endif
{&hf_etch_value,
{"Etch Value", "etch.value",
FT_UINT64, BASE_DEC,
@@ -885,12 +887,14 @@ void proto_register_etch(void)
NULL, 0x0,
NULL, HFILL}
},
+#if 0
{&hf_etch_key,
{"Etch key", "etch.key",
FT_BYTES, BASE_NONE,
NULL, 0x0,
NULL, HFILL}
},
+#endif
{&hf_etch_symbol,
{"Etch symbol", "etch.symbol",
FT_UINT32, BASE_HEX,