Last updated 8 months ago
In order to capture ICMP packets using tcpdump we can use the following command -
tcpdump
$ sudo tcpdump icmp
We can also add -vv argument for more verbose output.
-vv
Source: