mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +00:00
Adding a new ping type: IPProto Ping. It's used with '-PO'. I've changed references to -P0 (zero) to -PN throughout the source code and refguide.xml
This commit is contained in:
@@ -196,6 +196,8 @@ class NmapOps {
|
||||
u16 ping_ackprobes[MAX_PROBE_PORTS];
|
||||
int num_ping_udpprobes;
|
||||
u16 ping_udpprobes[MAX_PROBE_PORTS];
|
||||
int num_ping_protoprobes;
|
||||
u16 ping_protoprobes[MAX_PROBE_PORTS];
|
||||
/* Scan timing/politeness issues */
|
||||
int timing_level; // 0-5, corresponding to Paranoid, Sneaky, Polite, Normal, Aggressive, Insane
|
||||
int max_parallelism; // 0 means it has not been set
|
||||
|
||||
Reference in New Issue
Block a user