diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-14 23:32:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-14 23:32:40 +0800 |
commit | b2c9a40f0dadb1d01c732a14cddf540c746f4cb1 (patch) | |
tree | ac37cd708bcd85ba01bc5b45a20a61068ac4ebc1 /net-mgmt/Makefile | |
parent | 908651c2f5223d2cd2a33c59f9c134a119fe4d16 (diff) | |
download | freebsd-ports-gnome-b2c9a40f0dadb1d01c732a14cddf540c746f4cb1.tar.gz freebsd-ports-gnome-b2c9a40f0dadb1d01c732a14cddf540c746f4cb1.tar.zst freebsd-ports-gnome-b2c9a40f0dadb1d01c732a14cddf540c746f4cb1.zip |
Macroscope is a squid, sendmail, courier, bpft log files analizer,
IP sniffer and HTML report generator.
Features:
squid log file parser.
sendmail log file parser.
courier log file parser.
bpft(ports/net-mgmt/bpft) log file parser.
Database backends support: MySQL, Firebird.
IP sniffer via pcap library (ports/net/libpcap).
Direct commit changes to database in realtime (no log files).
Traffic static HTML reports generating by date periods.
Traffic dynamic HTML reports generating via CGI (Web interface).
Multithreading architecture.
Portable: BSD os'es and Windows NT family supported, but tested at this time
only under FreeBSD 5.x 6.x amd64 i386 and Windows 2000 XP 2003.
WWW: http://developer.berlios.de/projects/macroscope/
- Dukashvili Guram
white_raven@users.berlios.de
PR: ports/112653
Submitted by: Dukashvili Guram <white_raven at users.berlios.de>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f229bbd6965a..14ed115707ba 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -85,6 +85,7 @@ SUBDIR += kismet SUBDIR += knowlan SUBDIR += libsmi + SUBDIR += macroscope SUBDIR += mbrowse SUBDIR += mrtg SUBDIR += mrtg-ping-probe |