Debian packaging of softflowd, a flow-based network traffic analyser https://github.com/irino/softflowd

Christoph Biedl f2f8903efa Apply changeset 201:e416c63c4e01: "Swap nf9 last/first switched. They were reversed in the struct" (Closes: #611458) 13 年 前
debian a68f2f1fae softflowd 0.9.8-2 14 年 前
ChangeLog f2f8903efa Apply changeset 201:e416c63c4e01: "Swap nf9 last/first switched. They were reversed in the struct" (Closes: #611458) 13 年 前
LICENSE 12845c26e9 Import upstream version 0.9.8 16 年 前
Makefile.in 0d94013e87 Initial packaging 17 年 前
README 12845c26e9 Import upstream version 0.9.8 16 年 前
TODO 12845c26e9 Import upstream version 0.9.8 16 年 前
aclocal.m4 12845c26e9 Import upstream version 0.9.8 16 年 前
closefrom.c 12845c26e9 Import upstream version 0.9.8 16 年 前
collector.pl 12845c26e9 Import upstream version 0.9.8 16 年 前
common.h 12845c26e9 Import upstream version 0.9.8 16 年 前
config.h.in 12845c26e9 Import upstream version 0.9.8 16 年 前
configure 12845c26e9 Import upstream version 0.9.8 16 年 前
configure.ac 12845c26e9 Import upstream version 0.9.8 16 年 前
convtime.c 12845c26e9 Import upstream version 0.9.8 16 年 前
convtime.h 12845c26e9 Import upstream version 0.9.8 16 年 前
daemon.c 12845c26e9 Import upstream version 0.9.8 16 年 前
install-sh 12845c26e9 Import upstream version 0.9.8 16 年 前
log.c 0d94013e87 Initial packaging 17 年 前
log.h 12845c26e9 Import upstream version 0.9.8 16 年 前
mkinstalldirs 12845c26e9 Import upstream version 0.9.8 16 年 前
netflow1.c 12845c26e9 Import upstream version 0.9.8 16 年 前
netflow5.c 12845c26e9 Import upstream version 0.9.8 16 年 前
netflow9.c f2f8903efa Apply changeset 201:e416c63c4e01: "Swap nf9 last/first switched. They were reversed in the struct" (Closes: #611458) 13 年 前
softflowctl.8 12845c26e9 Import upstream version 0.9.8 16 年 前
softflowctl.c 12845c26e9 Import upstream version 0.9.8 16 年 前
softflowd.8 0d8633f84d Fix lintian warning in manpage 14 年 前
softflowd.c 0d94013e87 Initial packaging 17 年 前
softflowd.h 0d94013e87 Initial packaging 17 年 前
softflowd.init 12845c26e9 Import upstream version 0.9.8 16 年 前
softflowd.spec 12845c26e9 Import upstream version 0.9.8 16 年 前
softflowd.sysconfig 12845c26e9 Import upstream version 0.9.8 16 年 前
strlcat.c 12845c26e9 Import upstream version 0.9.8 16 年 前
strlcpy.c 12845c26e9 Import upstream version 0.9.8 16 年 前
sys-tree.h 12845c26e9 Import upstream version 0.9.8 16 年 前
treetype.h 12845c26e9 Import upstream version 0.9.8 16 年 前

README

Welcome to softflowd, a flow-based network monitor.

Introduction
------------

softflowd listens promiscuously on a network interface and semi-statefully
tracks network flows. These flows can be reported using NetFlow version 1, 5
or 9 datagrams. softflowd is fully IPv6 capable: it can track IPv6 flows and
export to IPv6 hosts.

More details about softflowd's function and usage may be found in the
supplied manpages, which you can view prior to installation using

/usr/bin/nroff -c -mandoc softflowd.8 | less
/usr/bin/nroff -c -mandoc softflowctl.8 | less

If you are in need of a NetFlow collector, you may be interested in
softflowd's companion project "flowd" (http://www.mindrot.org/flowd.html).
flowd is a NetFlow collector that is maintained in parallel with
softflowd and includes a few handy features, such as the ability
to filter flows it receives as well as Perl and Python APIs to its
storage format. NB. You don't have to use flowd: any NetFlow compatible
collector should work with softflowd. An example Perl collector is included
for testing purposes as collector.pl, but it doesn't yet support NetFlow v.9

Installing
----------

Building softflowd should be as simple as typing:

./configure
make
make install

Unfortunately some systems like to make life complicated. Things work
fine on the systems that I develop and test on (OpenBSD and Linux).
There is peliminary support for Solaris 9 (i.e. it compiled), but no
testing on this platform has been performed.

Licensing
---------

Softflowd is licensed under a two-term BSD license (see the source
files for details). The code in sys-tree.h is Copyright Niels Provos
and comes straight from OpenBSD CVS, convtime.c
comes is Copyright Kevin Steves and comes from OpenSSH (misc.c). Both
of these files are licensed under two-term BSD licenses too. strlcpy.c,
strlcat.c and closefrom.c also come from OpenBSD CVS and are Copyright
Todd C. Miller. Please refer to the LICENSE file for full details.

Reporting Bugs
--------------

Please report bugs in softflowd to http://bugzilla.mindrot.org/ If you
find a security bug, please report it directly by email. If you have any
feedback or questions, please email me:

Contributing
------------

Softflowd has an extensive TODO list of interesting features, large and
small, that are waiting to be implemented. If you are interested in
helping, please contact me.

Damien Miller

$Id: README,v 1.7 2006/11/02 06:34:18 djm Exp $