mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix an inaccurate comment.
We care about closed UDP ports for OS detection, not open.
This commit is contained in:
parent
1ea9bc4480
commit
3731a3cb29
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ const char *FingerPrintResults::OmitSubmissionFP() {
|
|||
|
||||
if (osscan_closedudpport < 0 && !o.udpscan) {
|
||||
/* If we didn't get a U1 response, that might be just
|
||||
because we didn't search for an open port rather than
|
||||
because we didn't search for an closed port rather than
|
||||
because this OS doesn't respond to that sort of probe.
|
||||
So we don't print FP if U1 response is lacking AND no UDP
|
||||
scan was performed. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue