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
|
Source: python-dpkt
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Luciano Bello <luciano@debian.org>, Stewart Ferguson <stew@ferg.aero>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: https://github.com/kbandla/dpkt
Vcs-Git: https://salsa.debian.org/python-team/modules/python-dpkt.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dpkt
Testsuite: autopkgtest-pkg-python
Package: python3-dpkt
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: Python 3 packet creation / parsing module for basic TCP/IP protocols
Python 3 module for fast, simple packet creation / parsing, with support for
basic protocols often related to TCP/IP protocols. This includes (but is not
limited to):
- ethernet
- HTTP
- ICMP
- UDP
- TCP/IP (v4 and v6)
- BGP
- radius
- ssl
and many other protocols as well as support for parsing pcap files.
|