aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-rngrsp.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-rngrsp.c
parent6ab1662ca79883f50c2859018b7e098c416a6a5e (diff)
Remove some unused hf entries.
svn path=/trunk/; revision=34549
Diffstat (limited to 'plugins/docsis/packet-rngrsp.c')
-rw-r--r--plugins/docsis/packet-rngrsp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/docsis/packet-rngrsp.c b/plugins/docsis/packet-rngrsp.c
index 11553d11b1..f2cb2c197c 100644
--- a/plugins/docsis/packet-rngrsp.c
+++ b/plugins/docsis/packet-rngrsp.c
@@ -39,7 +39,6 @@
/* Initialize the protocol and registered fields */
static int proto_docsis_rngrsp = -1;
-static int hf_docsis_rngrsp = -1;
static int hf_docsis_rngrsp_upstream_chid = -1;
static int hf_docsis_rngrsp_sid = -1;
static int hf_docsis_rngrsp_timing_adj = -1;
@@ -199,11 +198,6 @@ proto_register_docsis_rngrsp (void)
/* Setup list of header fields See Section 1.6.1 for details*/
static hf_register_info hf[] = {
- {&hf_docsis_rngrsp,
- {"RNG-RSP Message", "docsis_rngrsp",
- FT_BYTES, BASE_NONE, NULL, 0x0,
- "Ranging Response Message", HFILL}
- },
{&hf_docsis_rngrsp_sid,
{"Service Identifier", "docsis_rngrsp.sid",
FT_UINT16, BASE_DEC, NULL, 0x0,