mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Move a lot of raw/connect scanning routines.
This commit is contained in:
@@ -757,5 +757,21 @@ private:
|
||||
individual host */
|
||||
enum ultra_timing_type { TIMING_HOST, TIMING_GROUP };
|
||||
|
||||
const char *pspectype2ascii(int type);
|
||||
|
||||
void ultrascan_port_probe_update(UltraScanInfo *USI, HostScanStats *hss,
|
||||
std::list<UltraProbe *>::iterator probeI,
|
||||
int newstate, struct timeval *rcvdtime,
|
||||
bool adjust_timing_hint = true);
|
||||
|
||||
void ultrascan_host_probe_update(UltraScanInfo *USI, HostScanStats *hss,
|
||||
std::list<UltraProbe *>::iterator probeI,
|
||||
int newstate, struct timeval *rcvdtime,
|
||||
bool adjust_timing_hint = true);
|
||||
|
||||
void ultrascan_ping_update(UltraScanInfo *USI, HostScanStats *hss,
|
||||
std::list<UltraProbe *>::iterator probeI,
|
||||
struct timeval *rcvdtime,
|
||||
bool adjust_timing = true);
|
||||
#endif /* SCAN_ENGINE_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user