Lab 2 2: Observing LAN Activity - nataneliezer/tech-journal GitHub Wiki

Summary

This lab showcased how to use Wireshark to record network traffic. We specifically used it to trace mac addresses with the ping command.

How did you find the Ethernet interface to use for Wireshark?

Using the ipconfig /all command you can find the correct ethernet interface to use for wireshark

Did you use any filters to find your ping packets?

I used the filter "icmp" to find the ping packets

Where did you find the MAC addresses within the network packets?

After clicking on the ping packet the MAC addresses were under the 2nd tab labeled as "destination" and "source"