1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 14:39:03 +00:00

Just add changelog entries for my changes in r16541 and r16559

This commit is contained in:
kris
2010-01-25 03:56:39 +00:00
parent c9e68798c9
commit e4c1ad93d8

View File

@@ -39,6 +39,15 @@ o Added an Apple Filing Protocol service probe that detects Netatalk
servers. (Apple's AFP servers are coincidentally triggered by the
SSLSessionReq probe.) [Patrik Karlsson]
o [NSE] Fixed http-enum.nse to use the full pathname rather than a
relative path for the fingerprint files. The script would throw an
error when, for example, the --datadir option was used. This was
reported by Ron Meldau and Brandon Enright. [Kris]
o [NSE] Fixed packet.lua so that functions used to set packet header
fields (e.g. ip_set_ttl) also set the appropriate variables used to
access the data (e.g. ip_ttl). [Kris]
o Updated IANA assignment IP list for random IP (-iR) generation. Now
even 001/8 has been allocated. [Kris]