From 4b1be2be6342bb4711e2453fde4ac54d9b1b71c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 17 Oct 2010 20:57:11 +0000 Subject: Remove some unused hf entries. svn path=/trunk/; revision=34549 --- plugins/docsis/packet-regrsp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/docsis/packet-regrsp.c') diff --git a/plugins/docsis/packet-regrsp.c b/plugins/docsis/packet-regrsp.c index e857aadc73..19c550aefe 100644 --- a/plugins/docsis/packet-regrsp.c +++ b/plugins/docsis/packet-regrsp.c @@ -31,7 +31,6 @@ /* Initialize the protocol and registered fields */ static int proto_docsis_regrsp = -1; -static int hf_docsis_regrsp = -1; static int hf_docsis_regrsp_sid = -1; static int hf_docsis_regrsp_response = -1; static dissector_handle_t docsis_tlv_handle; @@ -91,11 +90,6 @@ proto_register_docsis_regrsp (void) /* Setup list of header fields See Section 1.6.1 for details*/ static hf_register_info hf[] = { - {&hf_docsis_regrsp, - {"Registration Response", "docsis_regrsp", - FT_BYTES, BASE_NONE, NULL, 0x0, - "Registration Request", HFILL} - }, {&hf_docsis_regrsp_sid, {"Service Identifier", "docsis_regrsp.sid", FT_UINT16, BASE_DEC, NULL, 0x0, -- cgit v1.2.3