mirror of
https://github.com/nmap/nmap.git
synced 2026-02-05 13:06:32 +00:00
Add new Ndiff version and OS differencing to CHANGELOG.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user