mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 17:53:34 +08:00
16 lines
316 B
Plaintext
16 lines
316 B
Plaintext
config BR2_PACKAGE_TCPDUMP
|
|
bool "tcpdump"
|
|
select BR2_PACKAGE_LIBPCAP
|
|
default n
|
|
help
|
|
A tool for network monitoring and data acquisition.
|
|
|
|
http://www.tcpdump.org/
|
|
|
|
config BR2_PACKAGE_DHCPDUMP
|
|
bool "dhcpdump"
|
|
default n
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
A tool for monitoring dhcp requests using tcpdump.
|