aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-regack.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-regack.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-regack.c')
-rw-r--r--plugins/docsis/packet-regack.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/docsis/packet-regack.c b/plugins/docsis/packet-regack.c
index 31f5276dc5..1cdfdf36d4 100644
--- a/plugins/docsis/packet-regack.c
+++ b/plugins/docsis/packet-regack.c
@@ -31,7 +31,6 @@
/* Initialize the protocol and registered fields */
static int proto_docsis_regack = -1;
-static int hf_docsis_regack = -1;
static int hf_docsis_regack_sid = -1;
static int hf_docsis_regack_response = -1;
static dissector_handle_t docsis_tlv_handle;
@@ -93,11 +92,6 @@ proto_register_docsis_regack (void)
/* Setup list of header fields See Section 1.6.1 for details*/
static hf_register_info hf[] = {
- {&hf_docsis_regack,
- {"Registration Request", "docsis_regack",
- FT_BYTES, BASE_NONE, NULL, 0x0,
- NULL, HFILL}
- },
{&hf_docsis_regack_sid,
{"Service Identifier", "docsis_regack.sid",
FT_UINT16, BASE_DEC, NULL, 0x0,