.
102 First Time Running Wireshark On Windows
This tutorial continues from http://mymeta.blogspot.my/2016/07/how-to-get-wireshark-portable-for.html
1) Run wireshark
If everything goes well during installation, wireshark will display welcome page with the active network interface.
If you get errors related to interface permission, you have to log using a non-root account (linux os) and run the following command…
sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
2) Capture
Find the capture menu or button.
Select the interface and click Start button.
The wireshark window displays three panels.
.