summaryrefslogtreecommitdiff
path: root/net-mgmt/py-flowtools/pkg-descr
blob: 54f31698bf9b698db043d795767c7b0e5a0c05e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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/