svn-commit | 1 Nov 2007 11:41

r3344 - trunk/PF_RING/userland/libpfring

Author: deri
Date: 2007-11-01 11:41:58 +0100 (Thu, 01 Nov 2007)
New Revision: 3344

Modified:
   trunk/PF_RING/userland/libpfring/pfring.h
Log:
Added extern "C"... for C++ courtesy of Francesco Fusco
Added counter patch courtesy of Michael Stiller
svn-commit | 2 Nov 2007 23:46

r3345 - in trunk/PF_RING/userland/libpfring: . c++

Author: deri
Date: 2007-11-02 23:46:12 +0100 (Fri, 02 Nov 2007)
New Revision: 3345

Added:
   trunk/PF_RING/userland/libpfring/c++/
   trunk/PF_RING/userland/libpfring/c++/Makefile
   trunk/PF_RING/userland/libpfring/c++/PFring.cpp
   trunk/PF_RING/userland/libpfring/c++/PFring.h
   trunk/PF_RING/userland/libpfring/c++/pf_test.cpp
Modified:
   trunk/PF_RING/userland/libpfring/Makefile
   trunk/PF_RING/userland/libpfring/pfring.h
Log:
Initial release of a C++ interface to PF_RING
svn-commit | 3 Nov 2007 21:00

r3346 - in trunk/PF_RING: kernel/include/linux kernel/net/core kernel/net/ring kernel/net/ring/plugins userland/libpfring userland/libpfring/c++

Author: deri
Date: 2007-11-03 21:00:40 +0100 (Sat, 03 Nov 2007)
New Revision: 3346

Added:
   trunk/PF_RING/kernel/net/ring/plugins/
   trunk/PF_RING/kernel/net/ring/plugins/Makefile
   trunk/PF_RING/kernel/net/ring/plugins/dummy_plugin.c
Modified:
   trunk/PF_RING/kernel/include/linux/ring.h
   trunk/PF_RING/kernel/net/core/PATCH-1-to-dev.c
   trunk/PF_RING/kernel/net/ring/ring_packet.c
   trunk/PF_RING/userland/libpfring/c++/Makefile
   trunk/PF_RING/userland/libpfring/c++/PFring.h
   trunk/PF_RING/userland/libpfring/c++/pf_test.cpp
   trunk/PF_RING/userland/libpfring/pfring.c
   trunk/PF_RING/userland/libpfring/pfring.h
Log:
Moved PF_RING to version 3.7.0

Added ability to define plugins for performing in-kernel
operations that are then read via system calls

Updated C++ PFring class
adi | 6 Nov 2007 10:40
Picon

problem: ntop is creating RRD files on disk for all hosts even if told not to do it

Hello list and Luca,

Starting since the svn releases of a week or two ago (can't determine 
exactly since what svn revision update), ntop is ignoring my hosts 
filter for rrd and has started to create rrd files for all hosts that it 
sees.

I have defined the rrd hosts filter to only create rrd files for 
192.168.0.0/255.255.0.0 but i see that ntop is creating rrd files for 
any host, ignoring this setting.

Is there a recent change that i've missed? How can i tell it not to 
create any rrd files at all except for the hosts mentioned?

Yesterday i was alerted by logwatch which found that i had an almost 
full /var partition, and i tracked it down to ntop, its rrd files alone 
were eating up about 30 gigabytes. I trimmed them manually to only have 
192.168.x.x in that list, and i also kept the ones for the local 
ethernet mac addresses. This way it got down to ~80 megabytes, for only 
the hosts i need. Down from 30GBytes that's quite a change.

This morning i found the rrd files have gained weight again, the rrd 
databases had already swollen up to 1,8 GBytes, and since this morning 
they shot up to3.2GBytes, that's almost another 1,5 gigabyte in less 
than three hours!

Ntop is otherwise working fine, no lockups or anything, except for the 
rrd thing. What is going on with the rrd storage?

# ./ntop --version
(Continue reading)

henricomm | 7 Nov 2007 17:25
Picon

NTOP Issue -- Will Donate for a Fix

NTOP Developers,

Good morning.  We are seeing an issue with a 32-bit counter in NTOP that is causing an improper roll-over in
traffic statistics information.  We would like to donate to the project to correct this issue as soon as
possible.  Would you please let me know if this is something you are willing to support?

Reference: 
http://readlist.com/lists/unipi.it/ntop/0/582.html
http://www.mail-archive.com/ntop-dev <at> unipi.it/msg05392.html

Thanks,
Henri
svn-commit | 8 Nov 2007 16:03

r3347 - trunk/ntop

Author: deri
Date: 2007-11-08 16:03:05 +0100 (Thu, 08 Nov 2007)
New Revision: 3347

Modified:
   trunk/ntop/report.c
   trunk/ntop/util.c
Log:
Modified policy for which hosts are considered active
svn-commit | 8 Nov 2007 16:41

r3348 - trunk/ntop/plugins

Author: deri
Date: 2007-11-08 16:41:22 +0100 (Thu, 08 Nov 2007)
New Revision: 3348

Modified:
   trunk/ntop/plugins/netflowPlugin.c
Log:
Minor fix
svn-commit | 8 Nov 2007 22:28

r3349 - trunk/ntop

Author: deri
Date: 2007-11-08 22:28:16 +0100 (Thu, 08 Nov 2007)
New Revision: 3349

Modified:
   trunk/ntop/http.c
Log:
Time calculation fix
svn-commit | 9 Nov 2007 20:02

r3350 - in trunk/ntop: . plugins

Author: deri
Date: 2007-11-09 20:02:37 +0100 (Fri, 09 Nov 2007)
New Revision: 3350

Modified:
   trunk/ntop/emitter.c
   trunk/ntop/plugins/rrdPlugin.h
Log:
The default rrd detail is now set to medium
svn-commit | 9 Nov 2007 23:40

r3351 - trunk/ntop/plugins

Author: deri
Date: 2007-11-09 23:40:01 +0100 (Fri, 09 Nov 2007)
New Revision: 3351

Modified:
   trunk/ntop/plugins/netflowPlugin.c
   trunk/ntop/plugins/rrdPlugin.c
   trunk/ntop/plugins/sflowPlugin.c
Log:
Added fir to sflow/netflow to see protocol breakdown

Gmane