1
0
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:
d33tah
2014-09-03 14:27:11 +00:00
parent b6b92f6564
commit b9fb766a4f
6 changed files with 2614 additions and 2563 deletions

View File

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