aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpteam.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
commita3a15ff90b3aca7f94e853ddcaeb1f373368a29c (patch)
treecbe3ba7f680eaa1e8e0cc0f1ba73a20eeeb1e33c /epan/dissectors/packet-hpteam.c
parent5b9ec08eaea79d10311bbea8026d491719d6f27c (diff)
Remove instances of unused 'data_handle' (and of one other handle).
svn path=/trunk/; revision=52767
Diffstat (limited to 'epan/dissectors/packet-hpteam.c')
-rw-r--r--epan/dissectors/packet-hpteam.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-hpteam.c b/epan/dissectors/packet-hpteam.c
index 34e5f510ef..267b9dc1e8 100644
--- a/epan/dissectors/packet-hpteam.c
+++ b/epan/dissectors/packet-hpteam.c
@@ -35,9 +35,6 @@
static int proto_hpteam = -1;
-/* Handle of the "data" subdissector */
-static dissector_handle_t data_handle;
-
/* Known HP NIC teaming PID values */
static const value_string hpteam_pid_vals[] = {
{ 0x0002, "HP Teaming heartbeat" },
@@ -138,7 +135,6 @@ void proto_reg_handoff_hpteam(void)
{
dissector_handle_t hpteam_handle;
- data_handle = find_dissector("data");
hpteam_handle = find_dissector("hpteam");
/* Register dissector to key off of known PID / OUI combination */
dissector_add_uint("llc.hpteam_pid", 0x0002, hpteam_handle);