1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

trivial comment-related patch from Kris Katterjohn

This commit is contained in:
fyodor
2006-09-07 04:21:43 +00:00
parent 9487a3a5b1
commit 69a87bb535
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* FingerPrintResults -- The FingerPrintResults class the results of OS * * FingerPrintResults.cc -- The FingerPrintResults class the results of OS *
* fingerprint matching against a certain host. * * fingerprint matching against a certain host. *
* * * *
***********************IMPORTANT NMAP LICENSE TERMS************************ ***********************IMPORTANT NMAP LICENSE TERMS************************

View File

@@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* FingerPrintResults -- The FingerPrintResults class the results of OS * * FingerPrintResults.h -- The FingerPrintResults class the results of OS *
* fingerprint matching against a certain host. * * fingerprint matching against a certain host. *
* * * *
***********************IMPORTANT NMAP LICENSE TERMS************************ ***********************IMPORTANT NMAP LICENSE TERMS************************

View File

@@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* MACLookup.cc -- This relatively simple system handles looking up the * * MACLookup.h -- This relatively simple system handles looking up the *
* vendor registered to a MAC address using the nmap-mac-prefixes * * vendor registered to a MAC address using the nmap-mac-prefixes *
* database. * * database. *
* * * *

View File

@@ -1,4 +1,4 @@
export NMAP_VERSION = 4.20ALPHA6 export NMAP_VERSION = 4.20ALPHA7
NMAP_NAME= Nmap NMAP_NAME= Nmap
NMAP_URL= http://Insecure.Org NMAP_URL= http://Insecure.Org
NMAP_PLATFORM=@host@ NMAP_PLATFORM=@host@

View File

@@ -106,7 +106,7 @@
/* Without this, Windows will give us all sorts of crap about using functions /* Without this, Windows will give us all sorts of crap about using functions
like strcpy() even if they are done safely */ like strcpy() even if they are done safely */
#define _CRT_SECURE_NO_DEPRECATE 1 #define _CRT_SECURE_NO_DEPRECATE 1
#define NMAP_VERSION "4.20ALPHA6" #define NMAP_VERSION "4.20ALPHA7"
#define NMAP_NAME "Nmap" #define NMAP_NAME "Nmap"
#define NMAP_URL "http://www.insecure.org/nmap" #define NMAP_URL "http://www.insecure.org/nmap"
#define NMAP_PLATFORM "i686-pc-windows-windows" #define NMAP_PLATFORM "i686-pc-windows-windows"