mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 06:09:00 +00:00
c2bedcf99a1964cd7773fcd1b6a114a411fb77de
The test was (last_print.tv_sec < 0), which is never true. I changed it to last_print.tv_sec == 0, which checks if the last_print structure has been given a value yet. This little bug appears not to have mattered much, because in the else branch of the if, other calculations with an uninitialized last_est struct seem to have resulted in a true value anyway.
consolidate categories a abit -- remove 9 categories which only had 1 or 2 members in the whole file
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%