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
|
Source: python-pypcap
Maintainer: Internet Measurement Packaging Team <pkg-netmeasure-discuss@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
python-all-dev,
python-pyrex,
libpcap0.8-dev,
quilt,
python-setuptools,
dh-python
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-netmeasure/python-pypcap.git
Vcs-Git: https://anonscm.debian.org/git/pkg-netmeasure/python-pypcap.git
Homepage: https://github.com/pynetwork/pypcap
Package: python-pypcap
Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Conflicts: python-libpcap
Provides: ${python:Provides}
Description: object-oriented Python interface for libpcap
pypcap is an objected-oriented Python interface for libpcap which
supports packet injection and user callback functions.
|