mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 01:59:02 +00:00
664dff4644f2409d047a302ace38551deb2724a8
I was surprised when I found that Solaris 11 scanning works now. I thought that it would require a change in the defines around pcap_selectable_fd_valid, because it's valid for Solaris 10 and earlier but not for Solaris 11. Why it started working was the pcap_selectable_fd_one_to_one test added in r28319. As a side effect of that function overrides pcap_selectable_fd_valid for all Solaris releases, it makes changes in pcap_selectable_fd_valid unnecessary. However it is indirect in the way it does it, so I'm adding a comment explaining the situation and a hope that there is an easy change to make pcap_selectable_fd_valid correct on its own.
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%