From 0cf74cdfdd743f4ccf8c863c2cb56dd82a0ebf18 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 4 May 2010 04:32:12 +0000 Subject: [PATCH] comment fix --- scan_engine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scan_engine.cc b/scan_engine.cc index 9d468079a..37ac1f704 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -2644,8 +2644,8 @@ static bool ultrascan_port_pspec_update(UltraScanInfo *USI, /* printf("TCP port %hu has changed from state %s to %s!\n", portno, statenum2str(oldstate), statenum2str(newstate)); */ switch(oldstate) { /* TODO: I need more code here to determine when a state should - be overridden, for example PORT_OPEN trumps PORT_FIREWALLED - in a SYN scan, but not neccessarily for UDP scan */ + be overridden, for example PORT_OPEN trumps PORT_FILTERED + in a SYN scan, but not necessarily for UDP scan */ case PORT_TESTING: /* Brand new port -- add it to the list */ hss->target->ports.setPortState(portno, proto, newstate);