8b54c603dfa4636858dafcf68e76f637b1b05559
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tcpdump / Config.in
1 config BR2_PACKAGE_TCPDUMP
2         bool "tcpdump"
3         select BR2_PACKAGE_LIBPCAP
4         help
5           A tool for network monitoring and data acquisition.
6
7           http://www.tcpdump.org/
8
9 if BR2_PACKAGE_TCPDUMP
10
11 config BR2_PACKAGE_TCPDUMP_SMB
12         bool "smb dump support"
13         help
14           enable possibly-buggy SMB printer
15
16 endif