Hi
I have a question on the task #3:
“If i wished to filter out ICMP traffic from out capture, what filter could we use? ( word only, not symbol please.)”
I try:
icmp
proto icmp
-l | grep ‘ICMP’
sudo tcpdump -r file.pcap -l /| grep ‘ICMP’
Please some help!!!