Source: libpcap
Section: devel
Priority: optional
Maintainer:  Karl Sackett <krs@debian.org>
Standards-Version: 2.1.2.2

Package: libpcap0
Section: libs
Architecture: any
Depends: libc5
Description: System interface for user-level packet capture.
 libpcap provides a portable framework for low-level network monitoring.
 Applications include network statistics collection, security monitoring,
 network debugging, etc.  Since almost every system vendor provides a
 different interface for packet capture, and since we've developed
 several tools that require this functionality, we've created this
 system-independent API to ease in porting and to alleviate the need
 for several system-dependent packet capture modules in each application.

Package: libpcap-dev
Section: devel
Architecture: any
Depends: libc5, libpcap0 (=${Source-Version})
Description: Development library for libpcap.
 Includes headers, static libraries, and documentation.
