mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Just fixing a couple typos in comments in scan_engine.cc
This commit is contained in:
parent
5036877865
commit
7d778b51c9
1 changed files with 2 additions and 2 deletions
|
|
@ -3073,7 +3073,7 @@ static bool get_pcap_result(UltraScanInfo *USI, struct timeval *stime) {
|
|||
newstate = PORT_FILTERED;
|
||||
break;
|
||||
case 9: /* dest. net admin prohibited */
|
||||
case 10: /* detst host admin prohibited */
|
||||
case 10: /* dest host admin prohibited */
|
||||
case 13: /* communication admin. prohibited */
|
||||
newstate = PORT_FILTERED;
|
||||
break;
|
||||
|
|
@ -3140,7 +3140,7 @@ static bool get_pcap_result(UltraScanInfo *USI, struct timeval *stime) {
|
|||
ultrascan_port_probe_update(USI, hss, probeI, newstate, &rcvdtime);
|
||||
}
|
||||
|
||||
/* If prooicmphack is true, we are doing an IP proto scan and
|
||||
/* If protoicmphack is true, we are doing an IP proto scan and
|
||||
discovered that ICMP is open. This has to be done separately
|
||||
because an ICMP response ALSO frequently shows that some other
|
||||
protocol is closed/filtered. So we let that other protocol stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue