Commit graph

2 commits

Author SHA1 Message Date
Martin Wilke
7497bceaa9 - Update to 0.03
PR:		123271
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
2008-05-02 09:16:31 +00:00
Martin Wilke
de1a24d0f8 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>
2008-02-17 10:38:07 +00:00