1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

getting close to 3.82.SOC2 release

This commit is contained in:
fyodor
2005-07-21 00:39:49 +00:00
parent 42145701c3
commit c91b571774
7 changed files with 232 additions and 199 deletions

View File

@@ -1281,7 +1281,7 @@ static int get_next_target_probe(UltraScanInfo *USI, HostScanStats *hss,
return -1;
pspec->type = probespec::PS_UDP;
pspec->portno = USI->ports->tcp_ports[hss->next_portidx++];
pspec->portno = USI->ports->udp_ports[hss->next_portidx++];
return 0;
} else if (USI->prot_scan) {