Hi,
I must say that here to ntop sometimes core dumps when browsing (on
FreeBSD).
#0 0x28200e2f in sendto () from /usr/lib/libc_r.so.4
#1 0x281ff8ef in send () from /usr/lib/libc_r.so.4
#2 0x2806e261 in sendStringLen () at http.c:236
#3 0x2806e2fa in sendString () at http.c:236
#4 0x2807154b in printHostsTraffic () at report.c:703
#5 0x2806f385 in returnHTTPPage (
pageName=0xbfa87c4d "sortDataReceivedProtos.html", postLen=-1)
at http.c:750
#6 0x280706c2 in handleHTTPrequest () at http.c:1167
#7 0x28087605 in handleSingleWebConnection () at webInterface.c:531
#8 0x2808732a in handleWebConnections () at webInterface.c:531
#9 0x281a965b in _thread_start () from /usr/lib/libc_r.so.4
#10 0x0 in ?? ()
This MAY be linked to a bad installation I did, I'll check today.
As for the problem of ntop grabbing all CPU: it does as long as no
other process is there to take some CPU.
Tho I noticed it grabs quite some memory: 84164K when running stable.
As for the packets that does not get filtered properly, I wonder is it
is not linked to a desynchronization of threads. The same way Linux
drops packets when threads are desynch, on FreeBSD it could accept
packets without filtering them.
Olivier