Daniel Miller
Daniel Miller
The crash dumps show a stack overflow (too many function calls, runaway recursion; NOT a stack _buffer_ overflow). The parallel DNS engine has several places where it initiates new Nsock...
I'm sorry to hear you've had trouble installing and removing Npcap. The error 0x8007007e is ERROR_MOD_NOT_FOUND, which users have reported may be related to an incomplete VMware Workstation uninstall. See...
Confirmed. Also confirmed this does not happen on Linux.
Thanks for this report. We independently found and fixed this in bfba1352e44d462a8acb2a45fc11f7f88f4943c6, which will be in the next Nmap/Ncat release
This feature is not documented outside the source and the changelog, as you noted. I will look into fixing the functionality, but if we continue to support and document the...
The fix for #2206 created this side effect in Nmap 7.92 through 7.98. This fix should resolve both issues.
Thanks for this great contribution! To be included in our repository, translations need to be submitted as DocBook XML. You can find more information in our [Nmap Reference Guide Translation...
My research shows that the problem is calling `WSACleanup()` in an `atexit()` handler, which is run "in DllMain" for some reason. I tried replacing it with the Microsoft-specific `_onexit()`, but...
I ought to correct that comment: Packet.dll's problem was not calling `WSAStartup()` before using `getaddrinfo()`. I mixed up the issues in my mind before writing that out.
We just opened PR #1351 to address this issue. The version of wpcap.dll in Npcap 1.80 includes this change, if you want to test that.