diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-14 09:14:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-14 09:14:44 +0800 |
commit | 72917d8b76a291e390c6d14b69fa96c7c28bce3c (patch) | |
tree | 71adc7d71ed9cb5ea58b136e558b6cdf81b92a60 /net/Makefile | |
parent | 030c9ec65d018c26d0e35722061dd84d43b1f69d (diff) | |
download | freebsd-ports-graphics-72917d8b76a291e390c6d14b69fa96c7c28bce3c.tar.gz freebsd-ports-graphics-72917d8b76a291e390c6d14b69fa96c7c28bce3c.tar.zst freebsd-ports-graphics-72917d8b76a291e390c6d14b69fa96c7c28bce3c.zip |
Decapitalise FlowScan.
FlowScan is a tool to monitor and graph flow information from
Cisco and Riverstone routers in near real-time.
Amonst many other things, FlowScan can measure and graph traffic
for applications such as Napster.
A sample of what FlowScan can do is at: http://wwwstats.net.wisc.edu
WWW: http://net.doit.wisc.edu/~plonka/FlowScan/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index d2f005e77e6..5a1eaffb917 100644 --- a/net/Makefile +++ b/net/Makefile @@ -3,7 +3,6 @@ SUBDIR += 44bsd-rdist SUBDIR += 6tunnel - SUBDIR += FlowScan SUBDIR += NeTraMet SUBDIR += SSLtelnet SUBDIR += adasockets @@ -84,6 +83,7 @@ SUBDIR += fidelio SUBDIR += firetalk SUBDIR += flow-tools + SUBDIR += flowscan SUBDIR += fping SUBDIR += freewais-sf SUBDIR += fspclient |