# tcpdump # Command-line packet capture tool # Sections: 1 # Docs: https://docs.remnux.org/discover-the-tools/explore+network+interactions/monitoring % packet-capture, cli, network # Basic usage tcpdump -i eth0 -w capture.pcap # Recursive/follow references tcpdump -r capture.pcap