Update of /export/home/ntop/ntop
In directory jabber:/tmp/cvs-serv18794
Modified Files:
util.c globals-defines.h
Log Message:
NOTE TO LUCA:
I've tested this under Linux in all the permutations, but it has NOT been tested
under Win32. Please do so, as I'm otherwise ready to roll the release to .90
Cleanup traceEvent()
There are now three distict paths, with the appropriate #ifdef so only the necessary
one or two get built.
Fixed up CONST_TRACE_LEVEL_DETAIL so it actually works other than just for Win32. This
level now has a [MSGID00000-xxxxx] tag for filtering via logwatch et al:
[EMAIL PROTECTED] ntop]# /usr/bin/ntop -i eth1,eth2 @/etc/ntop.conf -t 3
Wait please: ntop is coming up...
Processing file /etc/ntop.conf for parameters...
16/Mar/2003 03:52:08 ntop v.2.1.58pre pvt_cvs2html MT (SSL) [i686-pc-linux-gnu]
(03/13/03 05:50:08 AM build)
16/Mar/2003 03:52:08 Copyright 1998-2003 by Luca Deri <[EMAIL PROTECTED]>
16/Mar/2003 03:52:08 Get the freshest ntop from http://www.ntop.org/
16/Mar/2003 03:52:08 Initializing ntop
16/Mar/2003 03:52:08 SSL: Initializing...
16/Mar/2003 03:52:08 SSL_PRNG: Automatically initialized!
16/Mar/2003 03:52:08 SSL initialized successfully
16/Mar/2003 03:52:08 Initializing gdbm databases
16/Mar/2003 03:52:08 Listening on [eth1,eth2]
vs.
[EMAIL PROTECTED] ntop]# /usr/bin/ntop -i eth1,eth2 @/etc/ntop.conf -t 5
Wait please: ntop is coming up...
Processing file /etc/ntop.conf for parameters...
16/Mar/2003 03:51:55 [MSGID00932-main] ntop v.2.1.58pre pvt_cvs2html MT (SSL)
[i686-pc-linux-gnu] (03/13/03 05:50:08 AM build)
16/Mar/2003 03:51:55 [MSGID00934-main] Copyright 1998-2003 by Luca Deri <[EMAIL
PROTECTED]>
16/Mar/2003 03:51:55 [MSGID00935-main] Get the freshest ntop from http://www.ntop.org/
16/Mar/2003 03:51:55 [MSGID00993-main] Initializing ntop
16/Mar/2003 03:51:55 [MSGID00117-initialize] Initializing IP services
16/Mar/2003 03:51:55 [MSGID00071-ssl] SSL: Initializing...
16/Mar/2003 03:51:55 [MSGID00131-ssl] SSL_PRNG: Automatically initialized!
16/Mar/2003 03:51:55 [MSGID00204-ssl] SSL initialized successfully
16/Mar/2003 03:51:55 [MSGID00832-initialize] Initializing gdbm databases
16/Mar/2003 03:51:55 [MSGID00808-initialize] creating database
'/usr/share/ntop/addressQueue.db'
16/Mar/2003 03:51:55 [MSGID00808-initialize] opening database
'/usr/share/ntop/prefsCache.db'
16/Mar/2003 03:51:55 [MSGID00808-initialize] creating database
'/usr/share/ntop/dnsCache.db'
16/Mar/2003 03:51:55 [MSGID00808-initialize] opening database
'/usr/share/ntop/ntop_pw.db'
16/Mar/2003 03:51:55 [MSGID00808-initialize] opening database
'/usr/share/ntop/hostsInfo.db'
16/Mar/2003 03:51:55 [MSGID00808-initialize] creating database
'/usr/share/ntop/macPrefix.db'
16/Mar/2003 03:51:55 [MSGID00990-initialize] Initializing network devices
16/Mar/2003 03:51:55 [MSGID01066-main] Listening on [eth1,eth2]
Also, added an #define for MAKE_WITH_LOG_XXXXXX in globals-defines.h to enable the code
(which was #if (0) ed out) that allows multiple LOG_xxxxx versions.
Before enabling it, see the note in globals-defines.h.
Injudicious use could make your SysAdmin VERY unhappy.
Hence why you MUST manually enable it in the source.
-----Burton (ref 232)
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev