mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 15:09:02 +00:00
setting default protocols for IPProto Ping to ICMP, IGMP and IPIP encapsulation (removing TCP/UDP and adding IPIP).
This commit is contained in:
4
nmap.h
4
nmap.h
@@ -277,8 +277,8 @@ void *realloc();
|
||||
to 113 */
|
||||
#define DEFAULT_UDP_PROBE_PORT 31338 /* The port UDP probes (esp. "ping" probes) go to if unspecified
|
||||
by user */
|
||||
#define DEFAULT_PROTO_PROBE_PORTS { 1, 2, 6, 17 } /* The IPProto ping probes to use if unspecified
|
||||
by user */
|
||||
#define DEFAULT_PROTO_PROBE_PORTS { 1, 2, 4 } /* The IPProto ping probes to use if unspecified
|
||||
by user */
|
||||
|
||||
#define MAX_DECOYS 128 /* How many decoys are allowed? */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user