mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
f4c5c832a6a36c0f0d8cc4cecddeb19cac37a25b
Windows doesn't support selectable pcap fds, so instead of fiddling with adapter read timeouts via PacketSetReadTimeout, we get an event handle with pcap_get_event and WaitForSIngleObject. This means we don't need to extract the adapter from the pcap_t, which is not part of the libpcap API and was causing crashes switching between the libpcap versions used by WinPcap and Npcap.
…
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.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%