Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


wireshark no interface
by admin
 at 2018-09-11 01:43:00.

some times it can be possible that when you run wireshark on windows i can’t find any interface. It’s because winpcap is not running. If it’s not installed just google winpcap or if it’s installed run this command to view the correct status.

sc qc npf

this one to start it

sc start npf

and this one to make it start on start up

sc config npf start=auto