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