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