Thursday, July 14, 2016

First Time Running Wireshark On Windows


.
102 First Time Running Wireshark On Windows

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.
.

No comments:

Post a Comment