netflow/netflow
Dominik Pataky 5d1c5b8710 IPFIX: add template withdrawal handling; bump version to v0.10.2
Templates may be withdrawn as per RFC7011. Receiving a template with an
existing template_id and a field_count of 0 now triggers deletion of
this template.
2020-04-06 17:27:26 +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 Tests: add parameter store_packets to send_recv_packets 2020-04-03 17:28:16 +02:00
ipfix.py IPFIX: add template withdrawal handling; bump version to v0.10.2 2020-04-06 17:27:26 +02:00
utils.py IPFIX: enhance (data|field) types and parsing; extend tests 2020-04-06 17:02:52 +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