Tcpdump command in Linux can be used to capture ICMP packets. We will start with ICMP protocol introduction and then check out how to filter ICMP and ICMPv6 packets with tcpdump command. What is ICMP? ICMP is short for Internet Control Message Protocol. It is a network layer protocol used by network devices to diagnose network communication issues. Ping is ...