mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove massping.
2 files changed, 1301 deletions(-) Would that all patches could be like that.
This commit is contained in:
parent
c76cdc8e44
commit
0a2764f198
2 changed files with 0 additions and 1301 deletions
1294
targets.cc
1294
targets.cc
File diff suppressed because it is too large
Load diff
|
|
@ -126,10 +126,6 @@
|
|||
#include "nmap.h"
|
||||
#include "global_structures.h"
|
||||
|
||||
/* If defined, use the new massping that uses ultra_scan instead of the old
|
||||
standalone function. */
|
||||
#define NEW_MASSPING
|
||||
|
||||
class HostGroupState;
|
||||
|
||||
/**************************STRUCTURES******************************/
|
||||
|
|
@ -160,9 +156,6 @@ struct tcpqueryinfo {
|
|||
|
||||
struct pingtech {
|
||||
unsigned int rawicmpscan: 1,
|
||||
#ifndef NEW_MASSPING
|
||||
icmpscan: 1,
|
||||
#endif
|
||||
connecttcpscan: 1,
|
||||
rawtcpscan: 1,
|
||||
rawudpscan: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue