1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net-mgmt/py-flowtools/pkg-descr
Pav Lucistnik 74b5529974 Add py-flowtools, an extension module gives you a simple python interface
to NetFlow data as stored by Mark Fullmer's flow-tools package.

PR:		ports/72684
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-10-15 16:41:49 +00:00

11 lines
479 B
Plaintext

py-flowtools extension module gives you a simple python interface
to NetFlow data as stored by Mark Fullmer's flow-tools package.
It contains a class FlowSet which reads the data from a given file
(or from standard input). A FlowSet provides an iterator interface
to access the individual flow records as instances of a second
class called Flow. A Flow provides access to its data through
attribute references.
WWW: http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/