From 9942b3a69b59c25e5da6080e6e81e0f54471229f Mon Sep 17 00:00:00 2001 From: janw Date: Mon, 28 Jan 2008 14:39:48 +0000 Subject: [PATCH] Fixed import. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8622 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/modules/ArpWatch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/modules/ArpWatch.pm b/gosa-si/modules/ArpWatch.pm index 1db2a78af..95532cb97 100644 --- a/gosa-si/modules/ArpWatch.pm +++ b/gosa-si/modules/ArpWatch.pm @@ -5,7 +5,7 @@ use strict; use POE; -use Pcap; +use POE::Component::Pcap; use NetPacket::Ethernet qw( :types ); use NetPacket::ARP qw( :opcodes ); -- 2.30.2