1
0
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:
kris
2007-10-29 01:36:25 +00:00
parent 8238243261
commit 96b644c426
2 changed files with 7 additions and 8 deletions

4
nmap.h
View File

@@ -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? */