mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add new Ndiff version and OS differencing to CHANGELOG.
This commit is contained in:
parent
7ecfe34fe5
commit
9c3cc6458b
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue