net: introduce packet capture support
[oweals/u-boot.git] / cmd / Kconfig
index 05872fa0d7f4dce561079555d7e77729c9c7e00e..98647f58b7acaf8fa3c5b7a31010f260b93d481a 100644 (file)
@@ -1339,6 +1339,13 @@ config BOOTP_NTPSERVER
        bool "Request & store 'ntpserverip' from BOOTP/DHCP server"
        depends on CMD_BOOTP
 
+config CMD_PCAP
+       bool "pcap capture"
+       help
+         Selecting this will allow capturing all Ethernet packets and store
+         them in physical memory in a PCAP formated file,
+         later to be analyzed by PCAP reader application (IE. WireShark).
+
 config BOOTP_PXE
        bool "Send PXE client arch to BOOTP/DHCP server"
        default y