blob: 1e32c604f5d9771b8952eb88abd08bb4fd56367d (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_TCPDUMP
prompt "tcpdump........................... Network monitoring and data acquisition tool"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
help
A tool for network monitoring and data acquisition.
http://www.tcpdump.org/
|