2012-01-04 12:30:02 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_DPKT
|
|
|
|
bool "python-dpkt"
|
2020-04-16 07:27:54 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
2012-01-04 12:30:02 +01:00
|
|
|
help
|
|
|
|
Fast, simple packet creation / parsing, with definitions
|
|
|
|
for the basic TCP/IP protocols.
|
|
|
|
|
2019-12-17 13:56:39 +01:00
|
|
|
https://github.com/kbandla/dpkt
|