[ ソース: pcapy ]
パッケージ: python3-pcapy (0.11.5-4)
python3-pcapy に関するリンク
Debian の資源:
pcapy ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [www.coresecurity.com]
類似のパッケージ:
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)
- ユーザレベルのパケットキャプチャ用システムインターフェイス
-
- dep: libstdc++6 (>= 4.1.1)
- GNU 標準 C++ ライブラリ 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