netflow/netflow
Dominik Pataky 524e411850 Add first approach of IPFIX implementation
Adds a new module, IPFIX. The collector already recognizes version 10 in
the header, meaning IPFIX. The parser is able to dissect the export
package and all sets with their headers.

Missing is the handling of the templates in the data sets - a feature
needed for the whole parsing process to complete.
2020-03-31 20:58:15 +02:00
..
__init__.py Fix logger in collector; fix header dates 2020-03-31 16:28:33 +02:00
analyzer.py Fix logger in collector; fix header dates 2020-03-31 16:28:33 +02:00
collector.py Add first approach of IPFIX implementation 2020-03-31 20:58:15 +02:00
ipfix.py Add first approach of IPFIX implementation 2020-03-31 20:58:15 +02:00
utils.py Add first approach of IPFIX implementation 2020-03-31 20:58:15 +02:00
v1.py Reformat data flow attributes and unpacking; adapt tests 2020-03-30 12:29:50 +02:00
v5.py Reformat data flow attributes and unpacking; adapt tests 2020-03-30 12:29:50 +02:00
v9.py Fix logger in collector; fix header dates 2020-03-31 16:28:33 +02:00