Bug 120747 - [NEW PORT] net/p5-Net-Flow: Decode and encode NetFlow/IPFIX datagrams
Summary: [NEW PORT] net/p5-Net-Flow: Decode and encode NetFlow/IPFIX datagrams
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 08:00 UTC by Tsung-Han Yeh
Modified: 2008-02-17 10:40 UTC (History)
0 users

See Also:


Attachments
p5-Net-Flow-0.02.shar (2.49 KB, text/plain)
2008-02-17 08:00 UTC, Tsung-Han Yeh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tsung-Han Yeh 2008-02-17 08:00:04 UTC
  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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-02-17 09:28:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-17 10:38:12 UTC
miwi        2008-02-17 10:38:07 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-Flow      Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.1965    +1 -0      ports/net/Makefile
  1.1       +21 -0     ports/net/p5-Net-Flow/Makefile (new)
  1.1       +3 -0      ports/net/p5-Net-Flow/distinfo (new)
  1.1       +12 -0     ports/net/p5-Net-Flow/pkg-descr (new)
  1.1       +5 -0      ports/net/p5-Net-Flow/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-02-17 10:38:25 UTC
State Changed
From-To: open->closed

New port added. Thanks!