Wireshark Lab - JadenGil/Jaden-Tech-Journal GitHub Wiki
Wireshark lab 9/10/21
In this lab I learned how to use Wireshark by following these steps: First I open up a command prompt in windows and run the "ipconfig /all" command in order to get the default gateways IP which was 192.168.3.250. After that I opened Wireshark and started a capture on the ethernet by right clicking on ethernet and selecting "start capture". After I started the capture I went back into command prompt and used the "ping" command to ping the default gateways IP. From there I stopped the capture on Wireshark.
From there I found the ICMP ping request in Wireshark with it's source being: 2c:4d:54:f1:95:08 and it's destination being: ec:13:db:c8:8e:81 Then I found the ICMP ping reply in Wireshark with it's source being: 2c:4d:54:f1:95:08 and it's destination being: ec:13:db:c8:8e:81
After that I restarted the capture, went back into command prompt, ran the "nslookup" command on "timeslive.co.za" so I could get the IP of the page and ping it.
The ICMP ping request for the webpage had this source: 2c:4d:54:f1:95:08 and the following destination: ec:13:db:c8:8e:81 It was the same as the previous for the reply.
Next I started the Wireshark capture again and did the same steps as before but on a neighbors ip and these were the results:
source: 2c:4d:54:f1:95:08
destination: ec:13:db:c8:8e:81