[ 原始碼: pcapy ]
套件:python3-pcapy(0.11.5-4)
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.8t64 (>= 1.0.0)
- system interface for user-level packet capture
-
- dep: libstdc++6 (>= 4.1.1)
- GNU Standard C++ Library v3
-
- dep: python3 (<< 3.13)
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (>= 3.12~)
-
- rec: python3-impacket
- Python3 module to easily build and dissect network protocols