When I try to compile ntop-1.3.2 i get this error:
ntop.h:400: pcap.h: No such file or directory
In file included from address.c:22:
ntop.h:482: field `h' has incomplete type
ntop.h:582: parse error before `pcap_t'
ntop.h:582: warning: no semicolon at end of struct or union
ntop.h:668: parse error before `}'
ntop.h:668: warning: data definition has no type or storage class
ntop.h:1100: field `fcode' has incomplete type
ntop.h:1401: field `h' has incomplete type
In file included from ntop.h:1650,
from address.c:22:
globals-core.h:131: parse error before `device'
globals-core.h:131: warning: data definition has no type or storage class
address.c: In function `checkSpoofing':
address.c:1201: request for member `actualHashSize' in something not a
structure or union
address.c:1203: request for member `hash_hostTraffic' in something not a
structure or union
address.c:1206: request for member `hash_hostTraffic' in something not a
structure or union
address.c:1216: request for member `hash_hostTraffic' in something not a
structure or union
make[2]: *** [address.lo] Error 1
make[2]: Leaving directory `/root/ntop-1.3.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ntop-1.3.2'
make: *** [all-recursive-am] Error 2