summaryrefslogtreecommitdiff
path: root/package/tcpdump/Config.in
blob: 5a180a3e2d8cd9daca2f36be110bfea50ce80d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_TCPDUMP
	bool "tcpdump"
	default n
	help
	  A tool for network monitoring and data acquisition.

	  http://www.tcpdump.org/

config BR2_PACKAGE_DHCPDUMP
	bool "dhcpdump"
	default n
	depends BR2_PACKAGE_TCPDUMP
	help
	  A tool for monitoring dhcp requests using tcpdump.