diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-01 06:20:49 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-01 06:20:49 +0800 |
commit | f69121bcc96625a0cea99556789c384ec8cc90f4 (patch) | |
tree | 20935ee0508342faf606941733fd285083e685e4 /net-mgmt/Makefile | |
parent | 5f3480d6155c0b7692ff97a68546c3f73bafe164 (diff) | |
download | freebsd-ports-gnome-f69121bcc96625a0cea99556789c384ec8cc90f4.tar.gz freebsd-ports-gnome-f69121bcc96625a0cea99556789c384ec8cc90f4.tar.zst freebsd-ports-gnome-f69121bcc96625a0cea99556789c384ec8cc90f4.zip |
FlowViewer, FlowGrapher, and now FlowTracker are tools that provide an easy
web-based user interface for selecting, viewing, graphing, and now tracking
NetFlow data stored using Mark Fullmer's flow-tools software.
The user is able to filter data (inclusion or exclusion) by device, IP address
range, port, router interface, autonomous system (AS), specified time interval,
and now by protocols, TOS field, and TCP flags. Many of the flow-tools reports
are configured as drop-down selections. Users are also able to save reports and
graphs for later viewing.
WWW: http://ensight.eos.nasa.gov/FlowViewer/
PR: ports/104554
Submitted by: Alex Samorukov, samm at os2.kiev.ua
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 2a651e870160..5e2db0a58bc5 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -56,6 +56,7 @@ SUBDIR += flow-tools SUBDIR += flowd SUBDIR += flowscan + SUBDIR += flowviewer SUBDIR += fprobe SUBDIR += gps SUBDIR += grepcidr |