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
|
Source: libpcapnav
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, libpcap0.8-dev
Standards-Version: 3.8.2
Section: libs
Homepage: http://netdude.sourceforge.net
Package: libpcapnav0-dev
Section: libdevel
Architecture: any
Depends: libpcapnav0 (= ${binary:Version})
Description: development files for libpcapnav
libpcap wrapper library that allows navigation to arbitrary packets in a
tcpdump trace file between reads, using timestamps or percentage offsets.
.
It was originally based on Vern Paxson's tcpslice tool.
.
This package contains the files needed to compile and link programs that
use libpcapnav.
Package: libpcapnav0
Architecture: any
Depends: ${shlibs:Depends}
Description: wrapper to libpcap
libpcap wrapper library that allows navigation to arbitrary packets in a
tcpdump trace file between reads, using timestamps or percentage offsets.
.
It was originally based on Vern Paxson's tcpslice tool.
.
This package contains the shared library.
|