mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
36c0d4d8e0
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
config BR2_PACKAGE_PYTHON_SCAPY3K
|
|
bool "python-scapy3k"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON3_ZLIB
|
|
help
|
|
Network packet and pcap file crafting/sniffing/manipulation
|
|
security tool (based on scapy) with python3 compatibility.
|
|
|
|
https://github.com/phaethon/scapy
|