[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SATAN & Linux




Hey all...

did anyone ever tried to run SATAN under linux?  after modifing the
receive_icmp function in the tcpscan code to the correct ICMP_UNREACH
values it gives:
"deferencing pointer to incomplete type" in every line that refers to the
'internal' value of the icmp struct and stops the compilation.
here's 2 lines that it gives that error in

if (icmp->icmp_type != ICMP_UNREACH return;

ip=&(icmp->icmp_ip);

any ideas on how to modify it so it'll work?