diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:10:55 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 18:10:55 +0800 |
commit | 8be0394bd494c5fe241506135b8372fe177490c5 (patch) | |
tree | c6557dc3fc0ccd841a9737a65cdd6fc92ed15d14 /net/Makefile | |
parent | 0ea628f65660c89899536fdc0894c7991ae11706 (diff) | |
download | freebsd-ports-gnome-8be0394bd494c5fe241506135b8372fe177490c5.tar.gz freebsd-ports-gnome-8be0394bd494c5fe241506135b8372fe177490c5.tar.zst freebsd-ports-gnome-8be0394bd494c5fe241506135b8372fe177490c5.zip |
Add ng_netflow 0.2.1,
The ng_netflow node implements Cisco's Netflow (c) version 5
protocol on router running FreeBSD. ng_netflow listens for
incoming traffic and identifies unique flows in it. Flows are
distinguished by endpoint IP addresses, TCP/UDP port numbers
and ToS. Expired flows are exported out of the node.
All operation is done in kernel: both traffic capturing and
export datagram generation. Exported data contaion almost all
Netflow version 5 fields, except of AS numbers.
PR: ports/62982
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c4776f0e6f82..8f4165393476 100644 --- a/net/Makefile +++ b/net/Makefile @@ -411,6 +411,7 @@ SUBDIR += netspoc SUBDIR += netstrain SUBDIR += nettest + SUBDIR += ng_netflow SUBDIR += ngrep SUBDIR += ngrep-lib SUBDIR += nic |