1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: daq
Priority: optional
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 12~), flex, bison, libpcap0.8-dev, libdumbnet-dev, libnetfilter-queue-dev
Standards-Version: 4.5.0
Section: libs
Homepage: https://www.snort.org/downloads/
Package: libdaq-dev
Section: libdevel
Architecture: any
Depends: libdaq2t64 (= ${binary:Version}), libpcap0.8-dev, libdumbnet-dev, libnetfilter-queue-dev, ${shlibs:Depends}, ${misc:Depends}
Description: Data Acquisition library for packet I/O - development files
DAQ is a library that introduces an abstraction layer to PCAP functions
facilitation operation in a variety of hardware and software interfaces.
.
It was written for Snort but it may be useful to other packet processing
applicatons.
.
This package contains the static library and the C header files.
Package: libdaq2t64
Provides: ${t64:Provides}
Replaces: libdaq2
Breaks: libdaq2 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libdaq0
Description: Data Acquisition library for packet I/O - shared library
DAQ is a library that introduces an abstraction layer to PCAP functions
facilitation operation in a variety of hardware and software interfaces.
.
It was written for Snort but it may be useful to other packet processing
applicatons.
.
This package contains the shared library.
|