winpcap not found

asked 2018-04-26 02:22:36 +0000

Brian gravatar image

updated 2018-04-26 02:58:27 +0000

Guy Harris gravatar image

winpcap 4.1.3 is installed, but wireshark 2.6.0 64 bit is unable to find it. How do I make the program find it?

edit retag flag offensive close merge delete

Comments

From a command prompt what does sc query npf return?

grahamb gravatar imagegrahamb ( 2018-04-26 09:43:55 +0000 )edit

From the command prompt, sc query npf produces the following:

SERVICE_NAME: npf
        TYPE               : 1  KERNEL_DRIVER
        STATE              : 4  RUNNING
                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

Wincap (npf.sys) is now working.

Brian gravatar imageBrian ( 2018-04-26 13:08:59 +0000 )edit

And can Wireshark show interfaces now?

grahamb gravatar imagegrahamb ( 2018-04-26 13:33:02 +0000 )edit