Bug 112807 - [NEW PORT] net-mgmt/nfdump-devel: Development version of tools to collect and process NetFlow data (revive port)
Summary: [NEW PORT] net-mgmt/nfdump-devel: Development version of tools to collect and...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-20 15:40 UTC by Mohacsi Janos
Modified: 2007-06-10 12:50 UTC (History)
0 users

See Also:


Attachments
nfdump-devel-20070312.shar (5.86 KB, text/plain)
2007-05-20 15:40 UTC, Mohacsi Janos
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mohacsi Janos 2007-05-20 15:40:04 UTC
NFDUMP tools support netflow v5,  v7  and v9 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.

ft2nfdump - flow-tools to nfdump - optional component

WWW: http://nfdump.sourceforge.net

Janos Mohacsi <janos.mohacsi@bsd.hu>

Generated with FreeBSD Port Tools 0.63
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 15:48:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-06-10 12:22:34 UTC
Responsible Changed
From-To: miwi->rafan

rafan handle these. Thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-10 12:40:11 UTC
rafan       2007-06-10 11:40:05 UTC

  FreeBSD ports repository

  Added files:
    net-mgmt/nfdump-devel Makefile distinfo pkg-descr 
    net-mgmt/nfdump-devel/files patch-Makefile.in patch-configure 
                                patch-ft2nfdump.c 
  Log:
  - Summon net-mgmt/nfdump-devel back and updates to 20070312
  
  PR:             ports/112807
  Submitted by:   Janos Mohacsi (maintainer)
  Work done by:   miwi
  
  Revision  Changes    Path
  1.12      +61 -0     ports/net-mgmt/nfdump-devel/Makefile (new)
  1.8       +3 -0      ports/net-mgmt/nfdump-devel/distinfo (new)
  1.7       +16 -0     ports/net-mgmt/nfdump-devel/files/patch-Makefile.in (new)
  1.3       +23 -0     ports/net-mgmt/nfdump-devel/files/patch-configure (new)
  1.3       +14 -0     ports/net-mgmt/nfdump-devel/files/patch-ft2nfdump.c (new)
  1.4       +21 -0     ports/net-mgmt/nfdump-devel/pkg-descr (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 4 dfilter service freebsd_committer freebsd_triage 2007-06-10 12:41:44 UTC
rafan       2007-06-10 11:41:40 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
    .                    modules 
  Log:
  - Add net-mgmt/nfdump-devel back
  
  PR:              ports/112807
  Work done by:    miwi
  
  Revision  Changes    Path
  1.18169   +1 -0      CVSROOT/modules
  1.120     +1 -0      ports/net-mgmt/Makefile
_______________________________________________
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 5 Rong-En Fan freebsd_committer freebsd_triage 2007-06-10 12:42:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!