mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Simple fix that improves accuracy a lot during the host discovery phase
This commit is contained in:
parent
3ed18dc0fa
commit
89e4901d49
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,7 @@ int get_ping_pcap_result(UltraScanInfo *USI, struct timeval *stime) {
|
|||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return goodone;
|
||||
}
|
||||
|
||||
/* Initiate libpcap or some other sniffer as appropriate to be able to catch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue