pcap.c in ./nessus-libraries/libnessus is giving me an error
with the following line:

pcap.c: In function `getinterfaces':
pcap.c:319: sizeof applied to an incomplete type
make: *** [pcap.o] Error 1

The line in question is:

    len = sizeof(struct ifmap);

>From what I can gather, ifmap isn't a valid structure
anywhere in the nessus code, and I can't find any reference
in the manpages on my Sparc Solaris 9 system.

I checked back to Version 2.0.9 and found that this particular line
used to read:

    len = sizeof(struct sockaddr);

... so in the spirit of adventure, I changed this in the 2.0.10a
version and the compile continued just fine.

It is possible that the problem is with my system since it has been
heavily customised, but 2.0.9 compiled OK.

Regards

Steve


p.s. I posted this earlier, but since subscribing the company I work for
has begun re-writing email addresses, so I've resubscribed again... sigh..

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to