Source: libnet Section: net Priority: optional Maintainer: Stefanos Harhalakis Build-Depends: debhelper-compat (= 13), libpcap-dev, doxygen Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/debian/libnet Vcs-Git: https://salsa.debian.org/debian/libnet.git Homepage: https://github.com/libnet/libnet/ Package: libnet1 Architecture: any Section: libs Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: library for the construction and handling of network packets libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the shared library. Package: libnet1-dev Architecture: any Section: libdevel Multi-Arch: same Provides: libnet-dev Conflicts: libnet-dev Depends: libc6-dev, libnet1 (= ${binary:Version}), ${misc:Depends} Description: development files for libnet libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the files needed to compile and link programs that use libnet. Package: libnet1-doc Architecture: all Section: doc Suggests: libnet1-dev Depends: ${misc:Depends} Description: developers documentation files for libnet libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the documentation files for developers.