netflow/netflow
Dominik Pataky 61439ec6ef Improve analyzer (handling of pairs, dropping noise)
Previously, the analyzer assumed that two consecutive flows would be a
pair. This proved unreliable, therefore a new comparison algorithm is
ussed. It utilizes the IP addresses and the 'first_switched' parameter
to identify two flows of the same connection.

More improvements can be done, especially filtering and in the
identification of the initiating peer.

Tests still fail, have to be adapted to the new dicts and gzip.
2019-11-03 15:58:40 +01:00
..
__init__.py Bump version, fix small errors, decrease packet num in tests 2019-10-31 17:35:15 +01:00
v1.py Add support for v1 and v5 NetFlow packets 2019-10-16 23:46:32 -04:00
v5.py Add support for v1 and v5 NetFlow packets 2019-10-16 23:46:32 -04:00
v9.py Improve analyzer (handling of pairs, dropping noise) 2019-11-03 15:58:40 +01:00