The NPF driver isn't running – Wireshark
Posted on:
March 31st, 2009
Wireshark – The NPF driver isn’t running
As soon as I opened my wireshark, the message popped up: “The NPF driver isn’t running…
As a local administrator do this:
net start npf
Now go back and open WireShark. Everything will be ok
This entry was posted
on Tuesday, March 31st, 2009 at 8:27 am and is filed under WireShark.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Your post has been found. I thank you for this information, as it worked quite well.
~Scott
Is there anyway to run this at startup?
Thanks!
I’ve tried doing this, but when I do it gives me this message “System error 5 has occured. Access is denied”
I am using Win7 Pro in administrator mode, and I even used the run program with control+alt+enter to make sure I was in admin command prompt. What else can I do?
Tim, make sure you are running Wireshark itself as administrator.
click on the shortcut, select properties, select run as administator. when she starts npf will start also.
Run command prompt as admin not as user admin. you need to be in the C:/windos/system32/ directory to run the ‘net start npf’ command as admin
@Tim
You can start the driver by hand before starting Wireshark and stop it afterwards.
Using Wireshark running in a user account could look like:
Start the NPF driver:
runas /u:administrator “net start npf”
Start Wireshark as a user and work with it, including capturing, until the specific job is finished.
Stop the NPF driver again:
runas /u:administrator “net stop npf”
Thank you!
Running it as an admin worked for me.
Thanks.
Ran the program in administrative mode. Worked fine. Loaded all drivers and everything.
Thanks for the solution!
Simple but effective