mirror of
https://github.com/nmap/nmap.git
synced 2026-02-01 11:09:07 +00:00
894f858fd44543ec8d7c3c43332a3a36305bb8ad
The lack of this was causing PCAP_IS_SUITABLE to fail on Arch Linux, at least. I think that in some cases this caused both -L../libpcap and -lpcap to be added to the linker line, which could cause an error because of the need to link with -lnl. (We check for -lnl when --with-libpcap=included is used (since r23163), but the PCAP_IS_SUITABLE failure went around this check and allowed linking with the included libpcap without checking whether -lnl is required.) Here are reported build failures and responses: http://seclists.org/nmap-dev/2011/q3/449 http://seclists.org/nmap-dev/2011/q4/33 http://seclists.org/nmap-dev/2012/q1/369
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%