File: control

package info (click to toggle)
pcapy 0.10.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 404 kB
  • ctags: 231
  • sloc: xml: 868; cpp: 829; python: 77; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download
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
Source: pcapy
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
               cdbs (>= 0.4.90-1~),
               python-all-dev (>= 2.6.6-3~),
               libpcap0.8-dev
Homepage: http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Pcapy
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pcapy/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pcapy/trunk/
X-Python-Version: all
Standards-Version: 3.9.2

Package: python-pcapy
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: python-impacket
Suggests: doc-base
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.