mirror of
https://github.com/nmap/nmap.git
synced 2026-01-18 20:29:02 +00:00
1f431b953fa4b93fb8568b34aa5f6a50492f31b4
All IP packet objects now have the following attributes: - ip_bin_src (binary src address) - ip_bin_dst (binary dst address) - ip_src (decimal-dotted string src address) - ip_dst (decimal-dotted string dst address) The ip6_src and ip6_dst attributes have therefore been renamed (ip_bin_src and ip_bin_dst). This patch also updates the scripts accordingly.
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.1%