netflow/tests
Dominik Pataky 742f5a0a48 IPFIX: enhance (data|field) types and parsing; extend tests
Parts of the IPFIXFieldTypes class were extracted into the new
IPFIXDataTypes class, to increase readability and stability.

The IPFIXDataRecord class and its field parser is now more in tune with
the specifications, handling signed and unsigned, as well as float,
boolean and UTF8 strings etc.

Corresponding tests were extended with softflowd packets (level
"ethernet") and value checks (e.g. MAC address).

Resolves #25
2020-04-06 17:02:52 +02:00
..
__init__.py Tests: move packets into each version test file; add tests for IPFIX 2020-04-01 14:15:53 +02:00
lib.py IPFIX: enhance (data|field) types and parsing; extend tests 2020-04-06 17:02:52 +02:00
test_analyzer.py Tests: move packets into lib again, add packet generator 2020-04-03 15:20:41 +02:00
test_ipfix.py IPFIX: enhance (data|field) types and parsing; extend tests 2020-04-06 17:02:52 +02:00
test_netflow.py IPFIX: enhance (data|field) types and parsing; extend tests 2020-04-06 17:02:52 +02:00
test_performance.py Tests: add memory performance test for v1 and v5; bump version to 0.10.1 2020-04-04 10:58:06 +02:00