Config.in 426 B

12345678910111213141516171819
  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. http://www.tcpdump.org/
  7. config BR2_PACKAGE_TCPDUMP_SMB
  8. bool "smb dump support"
  9. depends on BR2_PACKAGE_TCPDUMP
  10. help
  11. enable possibly-buggy SMB printer
  12. config BR2_PACKAGE_DHCPDUMP
  13. bool "dhcpdump"
  14. select BR2_PACKAGE_LIBPCAP
  15. help
  16. A tool for monitoring dhcp requests using tcpdump.