mirror of
https://github.com/nmap/nmap.git
synced 2026-02-03 20:16:33 +00:00
dc71d91cea8543f7032492ca4a195aa521e6b07f
WSAPoll returns WSAEINVAL when there are no valid sockets in the fdarray parameter. Individual WSAPOLLFDs can be ignored by setting them to a negative value (just as with POSIX poll(2)), but there must be at least one valid (not-ignored) socket to check. Handled this by either returning error if the error was not EINVAL, or by checking each WSAPOLLFD in the fdarray; at the first valid one, return the error, since this was not the reason for the error. If none are valid, continue, ignoring the error.
Add ICMPV6_TYPE and ICMPV6_CODE features for IPv6 OS detection. http://seclists.org/nmap-dev/2015/q3/232 #224
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( https://nmap.org ).
Description
Languages
C
37.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%