Source: ncap Section: net Priority: optional Maintainer: Debian QA Group Build-Depends: autoconf, automake, debhelper-compat (= 11), dh-python, libpcap0.8-dev, libtool, python-all-dev (>= 2.5.4-1~), python-pyrex Standards-Version: 3.8.3 Rules-Requires-Root: no Package: libncap44 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Description: network capture library ncap is a network capture library like libpcap (on which it is based) and tcpdump. It produces binary data in its own ncap format, which can be stored in a dump file or transmitted over a UDP socket. Unlike libpcap, it discards data link headers and only supports IPv4 and IPv6 packets, but it can perform reassembly of IP datagrams. . This package contains the shared library. Package: libncap-dev Section: libdevel Architecture: any Depends: libncap44 (= ${binary:Version}), ${misc:Depends} Description: static library and header files for libncap ncap is a network capture library like libpcap (on which it is based) and tcpdump. It produces binary data in its own ncap format, which can be stored in a dump file or transmitted over a UDP socket. Unlike libpcap, it discards data link headers and only supports IPv4 and IPv6 packets, but it can perform reassembly of IP datagrams. . This package contains the static library, development headers, and documentation. Package: ncaptool Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: network capture tool ncap is a network capture library like libpcap (on which it is based) and tcpdump. It produces binary data in its own ncap format, which can be stored in a dump file or transmitted over a UDP socket. Unlike libpcap, it discards data link headers and only supports IPv4 and IPv6 packets, but it can perform reassembly of IP datagrams. . This package contains the ncaptool command line program. Package: python-ncap Section: python Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} XB-Python-Version: ${python:Versions} Description: Python bindings for libncap ncap is a network capture library like libpcap (on which it is based) and tcpdump. It produces binary data in its own ncap format, which can be stored in a dump file or transmitted over a UDP socket. Unlike libpcap, it discards data link headers and only supports IPv4 and IPv6 packets, but it can perform reassembly of IP datagrams. . This package contains the Python bindings.