mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed typo from previous patch
This commit is contained in:
parent
a4542861a8
commit
aaf2a60970
1 changed files with 3 additions and 3 deletions
|
|
@ -1258,12 +1258,12 @@ void output_xml_scaninfo_records(struct scan_lists *scanlist) {
|
|||
doscaninfo("maimon", "tcp", scanlist->tcp_ports, scanlist->tcp_count);
|
||||
else if (o.finscan)
|
||||
doscaninfo("fin", "tcp", scanlist->tcp_ports, scanlist->tcp_count);
|
||||
else if (o.udpscan)
|
||||
doscaninfo("udp", "udp", scanlist->udp_ports, scanlist->udp_count);
|
||||
else if (o.ipprotscan)
|
||||
else if (o.ipprotscan)
|
||||
doscaninfo("ipproto", "ip", scanlist->prots, scanlist->prot_count);
|
||||
else if (o.idlescan)
|
||||
doscaninfo("idle", "tcp", scanlist->tcp_ports, scanlist->tcp_count);
|
||||
if (o.udpscan)
|
||||
doscaninfo("udp", "udp", scanlist->udp_ports, scanlist->udp_count);
|
||||
log_flush_all();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue