From 9c3cc6458b0543465ca8a640608d3d1087b9e408 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 18 Mar 2009 02:07:40 +0000 Subject: [PATCH] Add new Ndiff version and OS differencing to CHANGELOG. --- CHANGELOG | 2 ++ ndiff/ndiff | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 021c9b296..b97e48430 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # Nmap Changelog ($Id$); -*-text-*- +o Ndiff now includes service and OS detection differences. [David] + o Fixed a strtok issue between load_exclude and TargetGroup::parse_expr that caused only the first exclude on a line to be loaded as well as an invalid read into free()'d diff --git a/ndiff/ndiff b/ndiff/ndiff index 5f4d24e6b..b996bb67b 100755 --- a/ndiff/ndiff +++ b/ndiff/ndiff @@ -807,7 +807,8 @@ def usage(): print u"""\ Usage: %s [option] FILE1 FILE2 Compare two Nmap XML files and display a list of their differences. -Differences include host state changes and port state changes. +Differences include host state changes, port state changes, and changes to +service and OS detection. -h, --help display this help -v, --verbose don't consolidate long port lists into just a count