6 Commits

Author SHA1 Message Date
sthen
2988a8757b oh, socket6 isn't needed at all: inet_ntop was added to Socket in Perl 5.12
so we can use it from there.
2013-05-03 09:49:01 +00:00
sthen
ad7be4ef20 only import the required function from Socket6, avoids console spam from
importing the whole lot (several things in Socket6 are now in Perl base).
2013-05-03 09:31:23 +00:00
sthen
8dc6493640 update to NfSen 1.3.6p1, to go with updated nfdump 2013-05-03 01:17:10 +00:00
sthen
b3d34bb6de update NfSen to 1.3.5 2011-03-24 23:04:00 +00:00
sthen
c731b3abf1 Don't try and syslog during build, it interferes with aja's bulk builds
inside a chroot. ok ajacoutot@
2010-10-12 09:55:51 +00:00
sthen
856267e50d Import ports/net/nfsen, this companion to net/nfdump is a nice web-based
interface for working with netflow captures, including those from pflow(4).
See teamcymru episode 19 on youtube or the RIPE50 presentation slides to
get an idea of what it can do. Port requested by henning@.

NfSen is a graphical web based front end for the nfdump netflow
tools, allowing you to:

* Display your netflow data:
  Flows, Packets and Bytes using RRD (Round Robin Database).
* Easily navigate through the netflow data.
* Process the netflow data within the specified time span.
* Create history as well as continuous profiles.
* Set alerts, based on various conditions.
* Write your own plugins to process netflow data on a regular interval.

Different tasks need different interfaces to your netflow data.
NfSen allows you to keep all the convenient advantages of the command
line using nfdump directly and gives you also a graphical overview
over your netflow data.
2010-05-02 20:52:32 +00:00