nmap / npcap

Nmap Project's Windows packet capture and transmission library
https://npcap.com
Other
2.92k stars 508 forks source link

Windows Service not visible #362

Closed Mitschmaster closed 3 years ago

Mitschmaster commented 5 years ago

Service is not visible in taskmanager or services.msc. I would want to start it when i need it and disabled the autostart. i can start it with command line though.

dmiller-nmap commented 5 years ago

Thanks for the suggestion. This is a fundamental difference between the way that WinPcap worked versus how Npcap works; Npcap is a NDIS 6 filter driver, not a Windows Service. Disabling the service will cause delays in network connectivity at boot time, so we will be removing the installer option that affects driver start type and only supporting Npcap in a boot-start configuration. There is more discussion about this at nmap/npcap#65.