Question: Use the following command to capture ping packets with tcpdump: sudo tcpdump - i eth 0 icmp Create some ICMP traffic ( perhaps by pinging

Use the following command to capture ping packets with tcpdump:
sudo tcpdump -i eth0 icmp
Create some ICMP traffic (perhaps by pinging another host). Once you have captured at least one packet, use the following command to start a new capture:
sudo tcpdump -i eth0-XX icmp
After capturing packets with both commands, compare the data that was captured. What is the difference between the two commands? (Describe in 2-3 sentences)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!