summaryrefslogtreecommitdiffstats
path: root/package/tcpdump/Config.in
blob: dbe48ba34abbc52da751f59197593cab62107eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.