aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-tlv.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-17 20:57:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-17 20:57:11 +0000
commit4b1be2be6342bb4711e2453fde4ac54d9b1b71c6 (patch)
tree24faee30df7f4b7cea05e9a31715a697145d8429 /plugins/docsis/packet-tlv.c
parent6ab1662ca79883f50c2859018b7e098c416a6a5e (diff)
Remove some unused hf entries.
svn path=/trunk/; revision=34549
Diffstat (limited to 'plugins/docsis/packet-tlv.c')
-rw-r--r--plugins/docsis/packet-tlv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/docsis/packet-tlv.c b/plugins/docsis/packet-tlv.c
index e7e16a9c0a..c73e37c917 100644
--- a/plugins/docsis/packet-tlv.c
+++ b/plugins/docsis/packet-tlv.c
@@ -42,7 +42,6 @@ static dissector_handle_t docsis_vsif_handle;
static int proto_docsis_tlv = -1;
-static int hf_docsis_tlv = -1;
static int hf_docsis_tlv_down_freq = -1;
static int hf_docsis_tlv_upstream_chid = -1;
static int hf_docsis_tlv_net_access = -1;
@@ -2091,11 +2090,6 @@ proto_register_docsis_tlv (void)
/* Setup list of header fields See Section 1.6.1 for details*/
static hf_register_info hf[] = {
- {&hf_docsis_tlv,
- {"TLV Data", "docsis_tlv",
- FT_BYTES, BASE_NONE, NULL, 0x0,
- NULL, HFILL}
- },
{&hf_docsis_tlv_down_freq,
{"1 Downstream Frequency", "docsis_tlv.downfreq",
FT_UINT32, BASE_DEC, NULL, 0x0,