mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Merge from /nmap-exp/luis/nmap-os6.
svn merge --ignore-ancestry svn://svn.insecure.org/nmap@26621 svn://svn.insecure.org/nmap-exp/luis/nmap-os6 This is the IPv6 OS detection branch. "nmap -6 -O" works now, though at this point it only prints fingerprints and not OS guesses, because we need to collect more submissions.
This commit is contained in:
parent
f41753c4e9
commit
9bf2ec3884
93 changed files with 24665 additions and 222 deletions
4
nmap.h
4
nmap.h
|
|
@ -252,8 +252,8 @@ void *realloc();
|
|||
#ifndef NMAP_VERSION
|
||||
/* Edit this definition only within the quotes, because it is read from this
|
||||
file by the makefiles. */
|
||||
#define NMAP_VERSION "5.59BETA3"
|
||||
#define NMAP_NUM_VERSION "5.59.0.3"
|
||||
#define NMAP_VERSION "5.59BETA1"
|
||||
#define NMAP_NUM_VERSION "5.59.0.1"
|
||||
#endif
|
||||
|
||||
/* User configurable #defines: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue