aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-rngrsp.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-17 20:57:11 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-17 20:57:11 +0000
commitec4099f48907dac94e3f257a55a48655b3c97080 (patch)
tree24faee30df7f4b7cea05e9a31715a697145d8429 /plugins/docsis/packet-rngrsp.c
parent7460f4d94135e4b82a8afa19130814280552ab73 (diff)
Remove some unused hf entries.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34549 f5534014-38df-0310-8fa8-9805f1628bb7
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,