Remove massping.

2 files changed, 1301 deletions(-)

Would that all patches could be like that.
This commit is contained in:
david 2007-10-12 03:46:46 +00:00
parent c76cdc8e44
commit 0a2764f198
2 changed files with 0 additions and 1301 deletions

1294
targets.cc

File diff suppressed because it is too large Load diff

View file

@ -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;