2014-04-11 05:39:54 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_PYPCAP
|
|
|
|
bool "python-pypcap"
|
|
|
|
depends on BR2_PACKAGE_PYTHON
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
The pypcap module is an object-oriented wrapper of the C
|
|
|
|
libpcap library.
|
2014-04-11 05:39:54 +02:00
|
|
|
|
2019-12-17 14:51:21 +01:00
|
|
|
https://github.com/dugsong/pypcap
|