mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
change Nmap version number to 4.22SOC8 in prep for next release; remove some useless defines
This commit is contained in:
parent
0ddd43b70a
commit
8238243261
2 changed files with 4 additions and 14 deletions
|
|
@ -188,8 +188,8 @@ void NmapOps::Initialize() {
|
|||
else
|
||||
isr00t = !(geteuid());
|
||||
#endif
|
||||
debugging = DEBUGGING;
|
||||
verbose = DEBUGGING;
|
||||
debugging = 0;
|
||||
verbose = 0;
|
||||
randomize_hosts = 0;
|
||||
sendpref = PACKET_SEND_NOPREF;
|
||||
spoofsource = 0;
|
||||
|
|
|
|||
14
nmap.h
14
nmap.h
|
|
@ -253,25 +253,15 @@ 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 "4.22SOC7"
|
||||
#define NMAP_NUM_VERSION "4.22.0.7"
|
||||
#define NMAP_VERSION "4.22SOC8"
|
||||
#define NMAP_NUM_VERSION "4.22.0.8"
|
||||
#endif
|
||||
|
||||
/* User configurable #defines: */
|
||||
#ifndef VERSION
|
||||
#define VERSION "1.60-Beta"
|
||||
#endif
|
||||
#ifndef DEBUGGING
|
||||
#define DEBUGGING 0
|
||||
#endif
|
||||
#define MAX_PROBE_PORTS 10 /* How many TCP probe ports are allowed ? */
|
||||
/* Default number of ports in parallel. Doesn't always involve actual
|
||||
sockets. Can also adjust with the -M command line option. */
|
||||
#define MAX_SOCKETS 36
|
||||
/* How many hosts do we ping in parallel to see if they are up? Note that this is
|
||||
divided by the num probes per host */
|
||||
#define LOOKAHEAD 30
|
||||
/*How many seconds before we give up on a host being alive? */
|
||||
|
||||
#define FAKE_ARGV "pine" /* What ps and w should show if you use -q */
|
||||
/* How do we want to log into ftp sites for */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue