mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 21:09:00 +00:00
d7cae0a753c49abead5eb0d241bfe8a0d311d54a
(*p & 0x40) == 0x40 But that doesn't check that the upper half of the byte is 4. It's true for 4, 5, 6, 7, 12, 13, 14, and 15. I changed it to (*p & 0xF0) == 0x40
Applied a configure.in patch from Petr Salinger in Debian bug #542388 which apparently fixes the libdnet build on GNU/kFreeBSD
Made some changes suggested by Jah at http://seclists.org/nmap-dev/2009/q4/173, but I didn't make all of them because the file has also been changed by Rob and I'm not sure which still apply
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
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.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%