Hi list,
In ping_host.nasl, there is the following line:
if(tcp_ping(port)) ....Does it means that if tcp_ping receives an answer, it returns TRUE, otherwise it returns FALSE ? I have added an else block, but the block is never executed even if the target host is off. Regards, Ha Nguyen
