Config.in 250 B

123456789
  1. config BR2_PACKAGE_PYTHON_DPKT
  2. bool "python-dpkt"
  3. depends on BR2_PACKAGE_PYTHON
  4. select BR2_PACKAGE_PYTHON_ZLIB
  5. help
  6. Fast, simple packet creation / parsing, with definitions
  7. for the basic TCP/IP protocols.
  8. http://code.google.com/p/dpkt/