mirror of
https://github.com/nmap/nmap.git
synced 2026-06-13 19:49:43 +00:00
Removed unused UP_RPC UltraProbe probe type.
This commit is contained in:
parent
f3e24f440b
commit
acea14865e
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class UltraProbe {
|
|||
public:
|
||||
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
|
||||
internal IPProbe. The relevent probespec is necessary for setIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue