mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Removed unused UP_RPC UltraProbe probe type.
This commit is contained in:
@@ -202,7 +202,7 @@ class UltraProbe {
|
|||||||
public:
|
public:
|
||||||
UltraProbe();
|
UltraProbe();
|
||||||
~UltraProbe();
|
~UltraProbe();
|
||||||
enum UPType { UP_UNSET, UP_IP, UP_CONNECT, UP_RPC, UP_ARP, UP_ND } type; /* The type of probe this is */
|
enum UPType { UP_UNSET, UP_IP, UP_CONNECT, UP_ARP, UP_ND } type; /* The type of probe this is */
|
||||||
|
|
||||||
/* Sets this UltraProbe as type UP_IP and creates & initializes the
|
/* Sets this UltraProbe as type UP_IP and creates & initializes the
|
||||||
internal IPProbe. The relevent probespec is necessary for setIP
|
internal IPProbe. The relevent probespec is necessary for setIP
|
||||||
|
|||||||
Reference in New Issue
Block a user