2005-01-18 01:28:09 +01:00
|
|
|
config BR2_PACKAGE_TCPDUMP
|
|
|
|
bool "tcpdump"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
A tool for network monitoring and data acquisition.
|
|
|
|
|
|
|
|
http://www.tcpdump.org/
|
2005-02-16 22:34:41 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DHCPDUMP
|
|
|
|
bool "dhcpdump"
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_TCPDUMP
|
|
|
|
help
|
|
|
|
A tool for monitoring dhcp requests using tcpdump.
|