netflow/netflow
Dominik Pataky 55272e8a0a Fix analyzer test; IPFIX: change handling of 16 bytes fields
Analyzer test was missing imports.

IPFIX templates with 16 bytes fields were processed extra, since struct
does not natively support conversion to int. The new implementation
still handles it extra, but uses struct's "s" unpack format descriptor
now.
2020-04-03 10:29:38 +02:00
..
__init__.py Fix logger in collector; fix header dates 2020-03-31 16:28:33 +02:00
analyzer.py Refactor tests, moved into tests/ 2020-04-01 11:55:45 +02:00
collector.py Fix multi-exception catch in collector; make templates @property in v9 2020-04-01 14:12:27 +02:00
ipfix.py Fix analyzer test; IPFIX: change handling of 16 bytes fields 2020-04-03 10:29:38 +02:00
utils.py Adapt utils, collector, analyzer to IPFIX 2020-03-31 22:47:23 +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 multi-exception catch in collector; make templates @property in v9 2020-04-01 14:12:27 +02:00