britram / python-ipfix

IPFIX implementation for Python 3.x
GNU Lesser General Public License v3.0
40 stars 20 forks source link

NetFlow V9 (read-only) support #1

Closed britram closed 10 years ago

britram commented 11 years ago

Add support for reading of NetFlow V9 PDUs from streams. Needs a new MessageStreamReader-like class, since V9 framing is broken.

britram commented 11 years ago

In progress in branch netflow9

britram commented 10 years ago

Implemented in v9pdu.py, needs better testing.

Johnathon332 commented 8 years ago

Is there an example of how to use the v9pdu?