File: control

package info (click to toggle)
libnet-pcap-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 453
  • sloc: perl: 1,977; pascal: 826; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libnet-pcap-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ola Lundqvist <opal@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Franck Joncourt <franck.mail@dthconnex.com>
Build-Depends: debhelper (>= 7), perl (>= 5.8), libpcap0.8-dev,
 libtest-pod-perl, quilt
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Net-Pcap/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-pcap-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-pcap-perl/

Package: libnet-pcap-perl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Description: Perl binding to the LBL pcap packet capture library
 Net::Pcap module allows the user to interface with the LBL pcap(3) library.
 Libpcap describes itself as "a system-independent interface for user-level
 packet capture. Libpcap provides a portable framework for low-level network
 monitoring." This modules gives a program the ability to capture data from a
 network interface in a similar way tcpdump does.