Daniel Miller

Results 246 comments of Daniel Miller

@LimesKey The issue has not been resolved. To work around, ensure all legacy and leftover Npcap Loopback Adapters have been removed (follow instructions at #55: uninstall Npcap, uninstall "Npcap Loopback...

It looks like there was a problem extracting an installer module that we use to start, stop, and configure Windows services. This would necessarily interfere with installation. Can you try...

Yes, this is because of the different ways WinPcap and Npcap work. Npcap exists in the network stack as a filter driver above the miniport driver and below all protocol...

I have an idea of how to address this, and I need to experiment a bit to determine if it will work: We already check for whether a packet is...

Thanks for reporting this! What version of Npcap (or Wireshark) were you using that worked before?

From Npcap's perspective, this would be easiest implemented as a per-handle option. The API via libpcap would probably involve another `pcap_set_XXX()` function, though I'd leave that up to them to...

Further note: if the process is running as a Windows service, our method of terminating it may not work correctly. We should determine whether this is satisfactory or whether a...

More info: We can't use EnumProcessModulesEx on every process, even as Administrator. Example log: ``` [00003680] 2021-10-07 18:28:22 enumDLLs::OpenProcess: error, errCode = 0x00000005, strProcessName = System, dwProcessID = 4. [00003680]...

Duplicate of nmap/nmap#875, will be fixed in next release

Reopening, since this might be a new issue. If the next Npcap release (planned version number 0.95) solves it, then it was likely the same as nmap/nmap#875.