Daniel Miller
Daniel Miller
@jtippet: Is there any way to use this trace to identify a problem? Do you have any ideas or suggestions?
Thanks so much! We'll look into these options for the customer.
Some issues we could resolve in a redesign: * #61 pcap_findalldevs is slow. We could leave it up to the caller to enumerate interfaces with standard Windows API calls, or...
WiFi packet injection is not supported by Npcap at this time. Here is a different project that claims to be able to do this; I have not tested or investigated...
0x800f0203 is SPAPI_E_NO_DRIVER_SELECTED. Please provide DiagReport output, Npcap installation logs (install.log and NPFInstall.log), and `C:\Windows\INF\SetupAPI.dev.log`, as described in the [Npcap Users Guide](https://npcap.com/guide/npcap-users-guide.html#npcap-issues).
Thanks, this was very helpful. The SetupAPI.dev.log shows that Windows was able to stage the npcap driver, but unable to install the "device" because it could not find a matching...
We haven't done much testing with rpcapd, so I'm not surprised that there are some bugs there. Since the-tcpdump-group/libpcap has taken ownership of the rpcap source, it would be most...
Thanks for reporting this. Can you please provide some additional information [as described in the Npcap User's Guide](https://nmap.org/npcap/guide/npcap-users-guide.html#npcap-issues)? The most useful information to debug this would be the kernel minidump...
Since Npcap is not in the call stack of the crash, it's nearly impossible to know what part of Npcap might be related. We made significant improvements and changes to...
Thanks for the crash dumps. Unfortunately, we still cannot determine how or if Npcap is involved in these crashes. A complete memory dump (`C:\Windows\MEMORY.DMP`) would be helpful. In the meantime,...