File: control

package info (click to toggle)
pcapy 0.11.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: cpp: 1,681; xml: 1,294; python: 177; makefile: 8; sh: 8
file content (43 lines) | stat: -rw-r--r-- 1,301 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: pcapy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libpcap0.8-dev,
 python3-all,
 python3-all-dev,
 python3-setuptools,
Homepage: https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy
Vcs-Git: https://salsa.debian.org/python-team/packages/pcapy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pcapy
Python-Version: all
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-python
X-Style: black

Package: python3-pcapy
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Breaks:
 python-pcapy (<< 0.11.4),
Replaces:
 python-pcapy (<< 0.11.4),
Recommends:
 python3-impacket,
Description: Python interface to the libpcap packet capture library (Python 3)
 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.
 .
 This package installs the library for Python 3.