2nd Time No Interface Error Windows 10

asked 2020-09-26 15:08:18 +0000

TJ gravatar image

I first downloaded the latest version of Wireshark and it was working for about a week until the No Interface conflict start happening. I decided to uninstall the latest version download an old working model 3.0.13. It worked for a while like the first time I downloaded, but once again I opened Wireshark today and the same No Interface conflict happens again. I tried restarting my computer, reinstalling the software, and even downloaded WinPcap to see if that caused any issues. Problem is still not fixed and I am not sure what to do anymore. Any help would be much appreciative (p.s I also ran Wireshark as admin too and that didn't help either).

edit retag flag offensive close merge delete

Comments

  • A previous question with some things to look at.
    • What is output of sc query npcap
    • npcap 1.00 is available (uninstall old version then install new)
    • Create a npcap DiagReport
      (For npcap 1.00, I had to modify DiagReport.bat to run the "No Exit" line)

Windows driverquery - alternative to sc query

C:\Users\admin\Documents\Wireshark\ask_wireshark>driverquery | findstr /I npcap
npcap        Npcap Packet Driver (N Kernel        9/24/2020 10:53:46 PM

ask_wireshark$ ls *drivers
no_npcap.drivers  npcap.drivers
ask_wireshark$ diff *drivers
399a400,401
> npcap        Npcap Packet Driver (N Kernel        9/24/2020 10:53:46 PM
> npcap_wifi   Npcap Packet Driver (N Kernel        9/24/2020 10:53:46 PM
ask_wireshark$
Chuckc gravatar imageChuckc ( 2020-09-26 16:25:07 +0000 )edit

For npcap 1.00, I had to modify DiagReport.bat to run the "No Exit" line

Have you reported that as an Npcap issue?

Guy Harris gravatar imageGuy Harris ( 2020-09-26 19:56:54 +0000 )edit

I would ask what else has changed, npcap isn't likely to stop working for no cause?

Unless you do not value the host machine, do NOT run Wireshark as admin, it contains hundreds of thousands of lines of code that may react badly to malicious traffic.

grahamb gravatar imagegrahamb ( 2020-09-26 20:09:45 +0000 )edit

Spending an afternoon diagnosing powershell - ugh. Npcap issue #238

Chuckc gravatar imageChuckc ( 2020-09-26 23:16:29 +0000 )edit