Wireshark (capturing traffic)
Given that you have already downloaded and installed Wireshark on your PC (here's the link if you have not https://www.wireshark.org/docs/wsug_html_chunked/ChBuildInstallWinInstall.html), this is the screen where you will end up once you open Wireshark.
Arrow 1: From here you can choose the interface you want to capture the traffic from, in my case I only have traffic on my WIFI interface (as you can see the spikes, right next to it), the bottom one is the loopback traffic interface it shows traffic going from your device to itself. The other options are LAN (Ethernet options).
Arrow 2: Once you click your interface (WIFI), click the blue shark fin, and this will start your network traffic capture.
After clicking the blue shark fin button, it will bring you to this screen, and you can see all the traffic generating.
- You can see the frame/packet number.
- The time since the capture was initiated (like the packet #350 clocks in 15 seconds after we started the capture.
- Source and destination IP address.
- Protocol (http, arp, etc.), length (in bytes), and general info for that packet.

Comments
Post a Comment