Commit graph

33 commits

Author SHA1 Message Date
markd
e5dde1d6c1 Build with latest rrdtool. 2016-06-19 05:55:56 +00:00
markd
10c49fc7dc fix path in patchfile. 2013-02-18 08:41:34 +00:00
jperkin
782d496fcc automake-1.13 compatability. 2013-01-25 11:59:13 +00:00
adam
d949fede42 Changes 4.1.0:
* Unknown
2011-10-18 10:33:06 +00:00
adam
3d3c8857b8 * Install Geo information.
* Depend on py-mako, so maps get be generated.
* Don't discard badly checksummed packets.
* Clean-up.
2011-02-11 11:12:14 +00:00
adam
648b1dc550 Changes 4.0.3:
This is a bug fix release.
2011-02-09 08:37:10 +00:00
adam
2f97529514 Changes 4.0:
* Partially rewritten ntop processing engine to address reliability and
  performance
* Several bugs and stability issues fixed
* Added better support for IPFIX and NetFlow v9, as well as ntop PEN
 (Private Enterprise Number)
* Added support for Cisco ASA firewalls
* Added ntop engine scriptability via the python programming language
* Added RRDalarm plugin for generating alerts based on thresholds
* Improved google maps integration
* Enhanced sFlow support
2010-07-22 21:10:52 +00:00
hasso
d1aff98600 Make it build on DragonFly. 2009-07-21 19:17:53 +00:00
adam
da97cc1a15 Changes 3.3.10:
This release adds MPLS support, a per-interface BPF filter, the ability to
export the HTTP GET parameters in QUERY_STRING_UNESCAPED in the Perl plugin,
support for extended sFlow samples, a fix for a visualization issue when using
VLANs, and an improved Perl plugin.
2009-05-25 09:03:14 +00:00
tnn
0c30ff6d68 patch-ac: Apply upstream SVN revision 3748, which fixes
upstream ticket 75: "access logs globally writable in daemonized mode"
Bump PKGREVISION.
2009-05-03 15:31:08 +00:00
adam
133f32b865 Changes 3.3.9:
* Bug fixes
* Uses GeoIP
2009-04-24 10:18:03 +00:00
dbj
09a8763fee fixes to compile and run on darwin.
. modify configure.in to look for libpcap.dylib
 . set INSTALL_UNSTRIPPED=yes
2009-01-09 08:53:26 +00:00
adam
3ea27e7a65 Changes 3.3.8:
* Bug fixes and improvements.
2008-10-16 12:24:09 +00:00
adam
87a6a332dc Changes 3.3:
* Improved stability
* Ease of use
* U3 support and graphical GUI (Win32)
2007-09-15 07:35:37 +00:00
rillig
0c75bc22cf - Using "gcc -o /dev/null" has led to /dev/null being unlinked on
Solaris. Enhanced patch-aa with a work-around. Fixes PR 32089.
- Fixed invalid variable names (having dashes instead of underscores).
- Added patch-ab, which is the same as patch-aa, except it is intended to
  be reported upstream.
2005-11-18 13:03:53 +00:00
adam
bc16aefa57 Changes 3.2:
* VoIP support
* NetFlow v9/IPFIX enhancements
* performance boost
* more statistics and stability
2005-10-26 15:43:08 +00:00
adam
4ade3879cb ntop is a network traffic probe that shows the network usage, similar to what
the popular top Unix command does. ntop is based on libpcap and it has been
written in a portable way in order to virtually run on every Unix platform and
on Win32 as well.

ntop users can use a web browser (e.g. netscape) to navigate through ntop (that
acts as a web server) traffic information and get a dump of the network status.
In the latter case, ntop can be seen as a simple RMON-like agent with an
embedded web interface.

The use of:
- a web interface
- limited configuration and administration via the web interface
- reduced CPU and memory usage (they vary according to network size and traffic)
make ntop easy to use and suitable for monitoring various kind of networks.
2005-01-06 11:52:35 +00:00
wiz
4ea59c6d33 Document that -w is disabled, and remove most other documentation
about it. Addresses PR 27078.
Bump PKGREVISION.
2004-10-03 20:51:23 +00:00
wiz
61e6d7efaa Since ntop isn't set?id anymore, make it work even if you're not root,
but have sufficient permissions on /dev/bpf. Shuffle lines around
so that error output in case of insufficient permissions happens before
curses are initialized. Install it mode 555 instead of 550.
Closes pkg/6761.
2001-03-10 18:00:51 +00:00
wiz
6589777df7 USE_CURSES instead of hardwired dependency on ncurses.
Patch by Charles Hannum.
2001-01-07 02:25:35 +00:00
abs
51555cd31b Update to 1.1nb1 - avoid possible format string crash with -i '...%s...'.
No known security issues as not installed set{u,g}id
2000-10-20 11:02:59 +00:00
agc
c88b9ae437 Install the binary for this package as mode 550, and disable the
-w option, to avoid any compromises due to reported buffer overflow
exploits, reported in

ntop<=1.0               remote-root-shell       http://www.securityfocus.com/advisories/2520

Also, upgrade to 1.1 on the distribution site, as the old distfile
is no longer there, and 1.1 incorporates all the old patches in the
pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in
for the build environment).
2000-09-19 20:00:03 +00:00
jlam
368526047e * Update ncurses dependency.
* Use more extensible way of passing necessary -I flags to configure.
1999-07-06 08:06:29 +00:00
marc
2ea13db7c9 fix an error in 1.5: the patch was malformed. 1998-12-28 22:49:21 +00:00
hwr
1c151468ca Fixes PR6513 by <Matthias.Grutzeck@teco.edu>.
XXX this should be changed to include <net/ethertypes.h> in post 1.3.2
worlds.
1998-12-01 13:50:44 +00:00
kim
df1902bc61 Our <netinet/if_ether.h> includes <net/ethertypes.h>, so I shouldn't
include it separately.  Avoid <ethertype.h> using a configure check.
1998-10-13 03:46:07 +00:00
kim
2adb9afcd5 Missing tag (only for one file this time!) 1998-10-11 21:07:11 +00:00
kim
d79eb576d7 This patch no longer needed (fixed with LDFLAGS). 1998-10-11 20:28:11 +00:00
kim
435e3e9fb2 Updated ntop to 1.0 1998-10-11 20:27:03 +00:00
hubertf
f078bc55e6 Actually use ncurses so this links. 1998-10-11 10:25:24 +00:00
kim
fc0719044d Forgot that tag... (diff should output it for me?) 1998-08-08 21:30:25 +00:00
kim
c525b57033 The logic for determining the local domain was wrong.
Using gethostname(3) instead (could use gethostbyname(3)
on top of that, I guess...).
1998-08-08 21:28:32 +00:00
kim
7088e7751a Adding ntop, "network top", v0.4 1998-08-07 22:42:29 +00:00