When I start Wireshark Legacy I get the message NFP driver not running. What does that mean? asked 17 Oct '16, 06:59 liverpool61 edited 24 Oct '16, 07:30 grahamb ♦ |
One Answer:
Assuming that you refer to the NPF driver (as mentioned by Graham) you might need to start the driver manually. This is done by running cmd.exe with administrative right. On the command line enter sc qc npf
If your driver is not properly started, activate it with the command sc start npf To start the service automatically, use the command sc config npf start= auto Looks like this is still causing grief, since we had the question quite a while back: https://ask.wireshark.org/questions/1281/npf-driver-problem-in-windows-7?page=1&focusedAnswerId=1282#1282 answered 19 Oct ‘16, 00:51 packethunter This is a reasonably common complaint, but I’ve never identified how it comes about. I’ve never had this issue and I’ve installed WinPcap on many systems. I’ve tended to put it down to finger trouble and\or overzealous security\management apps or PC speedup apps. (19 Oct ‘16, 03:21) grahamb ♦ |
Presumably you actually mean the NPF driver. This is the capture driver (WinPcap) used by Wireshark and is installed by default with Wireshark. Do you see the same error with the normal (Qt version)?