diff --git a/docs/npcap-devguide.xml b/docs/npcap-devguide.xml index 71332640..1f3efd29 100644 --- a/docs/npcap-devguide.xml +++ b/docs/npcap-devguide.xml @@ -141,13 +141,8 @@ printf("%s", pcap_version); // Npcap output: "Npcap version 0.92, based on libpcap version 1.8.1" // WinPcap output: "WinPcap version 4.1.3" - Npcap requires the npcap service to be running. If - installed in WinPcap Compatible Mode, the - npf service can be started instead. Given that - npcap service is always installed - in both modes, a good practice is just trying the npcap service first. - If it fails, then try the npf service. This is also what most of our users - do in their software based on our investigation. A code sample from Nmap is + Npcap requires the npcap service to be running. + A code sample from Nmap showing how to check the status of the service is here. @@ -233,11 +228,11 @@ printf("%s", pcap_version); unlike WinPcap which was often installed in a demand-start configuration. - Npcap uses service name npcap instead of WinPcap's npf with - WinPcap Compatible Mode OFF. So applications using + Npcap uses service name npcap instead of WinPcap's npf, + so applications using net start npf for starting service must change to this: - run net start npcap first, if it fails, then try - net start npf. + run net start npcap. + diff --git a/docs/npcap-guide.xml b/docs/npcap-guide.xml index 39a88fa8..bd5451cd 100644 --- a/docs/npcap-guide.xml +++ b/docs/npcap-guide.xml @@ -517,9 +517,7 @@ If there is an issue with the Npcap driver, you can open an Administrator command prompt, enter sc query npcap to query the driver status and net start - npcap to start the driver (replace - npcap with npf if you - installed Npcap in WinPcap Compatible Mode). The command + npcap to start the driver. The command output will inform you whether there's an error. If the driver is running well, but the issue still exists, then you may need to check the driver's log. Normal Npcap releases don't switch on the driver log function for