mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 10:09:03 +00:00
900f015726243217c336a20b6cca37be5bcb23cc
Here, the sizeof() function return the size of 'char *' instead of INTF_NAME_LEN. I replaced the use of the latter function by INTF_NAME_LEN (maximum size of the array intf_name). Here is the compiler warning output: route-bsd.c:171:38: warning: sizeof on array function parameter will return size of 'char *' instead of 'char [16]' [-Wsizeof-array-argument] strlcpy(intf_name, namebuf, sizeof(intf_name));
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%