bitkeks / python-netflow-v9-softflowd

PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd
https://bitkeks.eu/blog/2016/08/collecting-netflow-v9-on-openwrt.html
MIT License
116 stars 59 forks source link

Fix failing tests (wrong index when accessing netflow records) #19

Closed grafolean closed 4 years ago

grafolean commented 4 years ago

This PR fixes the failing tests - see #18.

bitkeks commented 4 years ago

Thank you for the PR! I'll write more in #18 regarding the tests