mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
e43ffc6173
- Define license - Change MASTER_SITES to GOOGLE_CODE PR: 155651 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
11 lines
457 B
Plaintext
11 lines
457 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://code.google.com/p/pyflowtools/
|