[ 源代码: pcapy ]
软件包:python3-pcapy(0.11.4-2 以及其他的)
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.
其他与 python3-pcapy 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libpcap0.8 (>= 1.0.0)
- system interface for user-level packet capture
-
- dep: libstdc++6 (>= 4.1.1)
- GNU 标准 C++ 库,第3版
-
- dep: python3 (<< 3.10)
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3.9~)
-
- rec: python3-impacket
- Python3 module to easily build and dissect network protocols