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
In order to capture ICMP packets using tcpdump
we can use the following command -
$ sudo tcpdump icmp
We can also add -vv
argument for more verbose output.
Source: Danielmiessler