First, thanks for the TCP Wrappers suggestions. I'll look into it once Ntop can run for a few minutes w/o crashing. :)
I have generated a core file, here's the last few strings: -- @(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.70 2000/10/28 10:18:40 guy Exp $ (LBL) IPv6 address %s not supported bogus ethernet address %s illegal token: %s illegal char '%c' fatal flex scanner internal error--no action found fatal flex scanner internal error--end of buffer missed fatal error - scanner input buffer overflow input in flex scanner failed out of dynamic memory in yy_create_buffer() out of dynamic memory in yy_scan_buffer() out of dynamic memory in yy_scan_bytes() bad buffer in yy_scan_bytes() @(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.64 2000/10/28 10:18:40 guy Exp $ (LBL) CB?= !"#$%&'()*+,-./0123456789A parser stack overflow 'ip6addr/prefixlen' not supported in this configuration 'ip6addr' not supported in this configuration parse error -- now this would lead me to believe that libpcap wasn't built with ipv6 support. So I tried building both libpcap-0.7.1 and 0.6.2, both of which would not compile with the --enable-ipv6 option: gcc -O2 -I. -DHAVE_CONFIG_H -c ./gencode.c ./gencode.c:144: warning: `struct in6_addr' declared inside parameter list ./gencode.c:144: warning: its scope is only this definition or declaration, which is probably not what you want. ./gencode.c:152: warning: `struct in6_addr' declared inside parameter list ./gencode.c: In function `gen_linktype': ./gencode.c:881: `AF_INET6' undeclared (first use in this function) (...and about 3 more pages of similar errors) I'm running gcc version 2.95.2 on Solaris SPARC 2.6. Any ideas? Thanks again. _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
