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 for clearing enteprise flag bit #44

Closed GitOldGrumpy closed 1 year ago

GitOldGrumpy commented 2 years ago

Fix too incorrect clearing of enterprise flag.

bitkeks commented 1 year ago

Nice, thanks! I added more comments and parentheses for better understanding of the operation.

The usage of enterprise fields might need some better unit tests..