mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
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.
6.1 KiB
6.1 KiB