From a56ff60c5019b2a82ee8c6a876acdfba8742baa3 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 27 Oct 2009 15:46:35 +0000 Subject: [PATCH] Add to CHANGELOG: o Nmap now prefers to display the hostname supplied by the user instead of the reverse-DNS name in most places. If a reverse DNS record exists, and it differs from the user-supplied name, it is printed like this: Nmap scan report for www.google.com (74.125.53.103) rDNS record for 74.125.53.103: pw-in-f103.1e100.net See http://seclists.org/nmap-dev/2009/q4/199 for a summary of other minor changes to output. [David] --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 33b8e1e33..487d76ded 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ # Nmap Changelog ($Id$); -*-text-*- +o Nmap now prefers to display the hostname supplied by the user instead + of the reverse-DNS name in most places. If a reverse DNS record + exists, and it differs from the user-supplied name, it is printed + like this: + Nmap scan report for www.google.com (74.125.53.103) + rDNS record for 74.125.53.103: pw-in-f103.1e100.net + See http://seclists.org/nmap-dev/2009/q4/199 for a summary of other + minor changes to output. [David] + o Upgraded our Winpcap installer to use the new WinPcap version 4.1.1. A bug which could prevent proper uninstallation of previous versions was fixed at the same time. [Rob Nicholls]