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: pcapy
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnaud@andesi.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python-all-dev (>= 2.3.5-7), python-central (>= 0.4.17), patchutils (>= 0.2.25), libpcap0.8-dev
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-pcapy
Architecture: any
Conflicts: python2.3-pcapy (<< 0.10.4-2), python2.4-pcapy (<< 0.10.4-2)
Replaces: python2.3-pcapy (<< 0.10.4-2), python2.4-pcapy (<< 0.10.4-2)
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Recommends: python-impacket
Description: Python interface to the libpcap packet capture library
Pcapy is a Python extension module that interfaces with the libpcap
packet capture library.
.
Pcapy enables python scripts to capture packets on the network. Pcapy
is highly effective when used in conjunction with a packet-handling
package such as Impacket, which is a collection of Python classes for
constructing and dissecting network packets.
.
Homepage: http://oss.coresecurity.com/projects/pcapy.html
|