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