diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-17 18:38:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-17 18:38:07 +0800 |
commit | f6c675985fce7d5ebed56540c16b661a50c3db89 (patch) | |
tree | 9f6e5eb3802399705059afed6b116e4a9630ab8f /net/p5-Net-Flow/pkg-descr | |
parent | ec89b441809db8f582496309dba29d5cd5012887 (diff) | |
download | freebsd-ports-gnome-f6c675985fce7d5ebed56540c16b661a50c3db89.tar.gz freebsd-ports-gnome-f6c675985fce7d5ebed56540c16b661a50c3db89.tar.zst freebsd-ports-gnome-f6c675985fce7d5ebed56540c16b661a50c3db89.zip |
The Flow module provides the decoding function for NetFlow version 5,9
and IPFIX, and the encoding function for NetFlow version 9 and IPFIX.
It supports NetFlow version 9 (RFC3945) and NetFlow version 5
(http://www.cisco.com/) and IPFIX(draft-ietf-ipfix-protocol-26.txt).
Regretfully, it doesn't provide the full specification of IPFIX, yet.
It is future work. You can easily make the Flow Proxy, Protocol Converter
and Flow Concentrator by using the combination of both function. And also,
you can make the flexible Collector which can receive any Templates
by using the Storable perl module.
WWW: http://search.cpan.org/dist/Net-Flow/
PR: ports/120747
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Diffstat (limited to 'net/p5-Net-Flow/pkg-descr')
-rw-r--r-- | net/p5-Net-Flow/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net-Flow/pkg-descr b/net/p5-Net-Flow/pkg-descr new file mode 100644 index 000000000000..aa2f7f4d48be --- /dev/null +++ b/net/p5-Net-Flow/pkg-descr @@ -0,0 +1,12 @@ +The Flow module provides the decoding function for NetFlow version 5,9 +and IPFIX, and the encoding function for NetFlow version 9 and IPFIX. +It supports NetFlow version 9 (RFC3945) and NetFlow version 5 +(http://www.cisco.com/) and IPFIX(draft-ietf-ipfix-protocol-26.txt). +Regretfully, it doesn't provide the full specification of IPFIX, yet. +It is future work. You can easily make the Flow Proxy, Protocol Converter +and Flow Concentrator by using the combination of both function. And also, +you can make the flexible Collector which can receive any Templates +by using the Storable perl module. + +AUTHOR: Atsushi Kobayashi <akoba@nttv6.net> +WWW: http://search.cpan.org/dist/Net-Flow/ |