kumquat-buildroot/package/tcpdump/Config.in
Bernhard Reutner-Fischer 3c7d6ae588 - add option to turn on SMB dump routines
- honour BR2_INET_IPV6
2007-09-01 19:42:11 +00:00

23 lines
459 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_TCPDUMP_SMB
bool "smb dump support"
default n
depends on BR2_PACKAGE_TCPDUMP
help
enable possibly-buggy SMB printer
config BR2_PACKAGE_DHCPDUMP
bool "dhcpdump"
default n
select BR2_PACKAGE_LIBPCAP
help
A tool for monitoring dhcp requests using tcpdump.