1config BR2_PACKAGE_PYTHON_DPKT 2 bool "python-dpkt" 3 select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime 4 select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime 5 help 6 Fast, simple packet creation / parsing, with definitions 7 for the basic TCP/IP protocols. 8 9 https://github.com/kbandla/dpkt 10