Skip to the content.

Capture ICMP Packets

In order to capture ICMP packets using tcpdump we can use the following command -

Usage

$ sudo tcpdump icmp

We can also add -vv argument for more verbose output.

Source: Danielmiessler