1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00
Files
nmap/scripts
henri 1f431b953f Consistent naming of the address fields between IPv4 and IPv6.
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.
2012-01-21 14:46:00 +00:00
..
2011-11-07 06:00:07 +00:00
2012-01-02 02:52:22 +00:00
2011-07-21 05:12:33 +00:00
2012-01-02 02:49:42 +00:00
2011-07-25 23:33:16 +00:00
2011-10-04 00:07:10 +00:00
2012-01-07 03:04:18 +00:00
2011-06-03 09:24:51 +00:00
2011-04-22 22:21:43 +00:00
2012-01-07 03:04:18 +00:00
2011-01-21 08:28:38 +00:00
2011-09-20 16:12:07 +00:00
2011-07-18 16:29:38 +00:00
2011-06-30 09:11:57 +00:00