diff options
author | sergei <sergei@FreeBSD.org> | 2004-11-07 07:48:46 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-11-07 07:48:46 +0800 |
commit | 18f996ff303a0f0d59b25f0ca2234c804309486a (patch) | |
tree | e65356d05b331b829ac41ff84183a22902b1abf2 /net-mgmt/Makefile | |
parent | 85da03a162723bf1c470872741f5674abd80bee7 (diff) | |
download | freebsd-ports-gnome-18f996ff303a0f0d59b25f0ca2234c804309486a.tar.gz freebsd-ports-gnome-18f996ff303a0f0d59b25f0ca2234c804309486a.tar.zst freebsd-ports-gnome-18f996ff303a0f0d59b25f0ca2234c804309486a.zip |
Add net-mgmt/nfdump:
NFDUMP tools support netflow v5 and v7 capturing and processing.
nfcapd - netflow capture daemon.
Reads the netflow data from the network and stores the data into files.
nfdump - netflow dump.
Reads the netflow data from the files stored by nfcapd. It's syntax is similar
to tcpdump. If you like tcpdump you will like nfdump.
nfprofile - netflow profiler.
Reads the netflow data from the files stored by nfcapd. Filters the netflow
data according to the specified filter sets ( profiles ) and stores the
filtered data into files for later use.
nfreplay - netflow replay
Reads the netflow data from the files stored by nfcapd and sends it over
the network to another host.
WWW: http://nfdump.sourceforge.net
PR: ports/72171
Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
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 19bc4d866f4d..f8b1d4aa9fad 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -89,6 +89,7 @@ SUBDIR += netustad SUBDIR += netwag SUBDIR += netwox + SUBDIR += nfdump SUBDIR += nitpicker SUBDIR += nocol SUBDIR += nrg |