Source: libnet-pcaputils-perl
Section: non-free/perl
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9), libnet-pcap-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Git: git://git.kali.org/packages/libnet-pcaputil-perl.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/libnet-pcaputil-perl.git;a=summary
Homepage: https://metacpan.org/release/Net-PcapUtils

Package: libnet-pcaputils-perl
Architecture: all
Depends: libnet-pcap-perl, ${misc:Depends}, ${perl:Depends}
Description: Utility routines for Net::Pcap module
 Net::PcapUtils is a module to sit in front of Net::Pcap in order to hide some
 of the pcap(3) initialisation by providing sensible defaults. This enables a
 programmer to easily write small, specific scripts for a particular purpose
 without having to worry about too many details.
 .
 The functions implemented in Net::PcapUtils are named after those in
 Net::Pcap. The loop function sits in a loop and executes a callback for each
 packet received, while next retrieves the next packet from the network
 device, and open returns an opened packet descriptor suitable for use with
 other Net::Pcap routines.
