2.1.3 Release note / change log 2.1.3 contains 2.1.2 plus certain stability/bug fixes in 2.1.50. ntop is a network and traffic analyzer that provides a wealth of information on various networking hosts and protocols. ntop is primarily accessed via a built-in web interface. Optionally, data may be stored into a database for analysis or extracted from the web server in formats suitable for manipulation in perl or php. See docs/1STRUN.txt for the 1st time startup procedure! IF YOU DOWNLOAD the source .tgz, be aware that this version does NOT include the configure and make scripts. YOU MUST RUN: ./autogen.sh -1 Which means you MUST have the appropriate tools (autoconf, automake, libtool, m4) ntop 2.1.3 is a STABLE release, from a source tree maintained by Dennis Schoen [ds@teuto.net]. If you have BitKeeper installed you can get a copy of Dennis' repository with: bk clone bk://ntop.teuto.net:ntop-debian ntop-stable This version is compiled WITH SSLv3. IgnoreSIGPIPE and SSLWATCHDOG are not compiled but may be selected at run times. SQL/MySQL support is NOT compiled in. Note that the command line version, intop, is largely unsupported. This version is compiled on a Pentium III, for the i386 platform. This is the official version 2.1.2 plus the following changes: -Fix: add double header was send in case a host was not found (http.c,report.c) -Fix: --version-info and --release libtool problems (configure.in) -Fix: enlarged webHostName buffer, fixed HTML rendering (report.c) -Add: added configure support for openssl 0.9.6e and openssl0.9.6f (configure.in) -Fix: allow ntop to purge hosts without IP Addresses, i.e. MAC addresses only (hash.c) -Add: cleanup the lsof stuff (util.c,ntop.c,initialize.c) -Fix: use $(CC) for compilation not cc (plugins/Makefile.am) -Fix: admin reset/shutdown confirmation (html/Admin.html) Also included are portions of cvs changes to configure.in. #2.52 and 2.50 and buildAll.sh 1.13 which affect the ability to make ntop on systems without an installed libz (zlib).