netflow/netflow
Dominik Pataky 937e640198 IPFIX: implement data records and template handling; add IANA types
Second half of the IPFIX implementation now adds the support for data
records. The templates are also extracted, allowing the collector to use
them across exports.

The field types were extracted from the IANA assignment list at
https://www.iana.org/assignments/ipfix/ipfix-information-elements.csv

Please note that the IPFIX implementation was made from scratch and
differs from the NetFlow v9 implementation, as there was little
copy/paste.
2020-03-31 22:45:58 +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 IPFIX: implement data records and template handling; add IANA types 2020-03-31 22:45:58 +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