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

Bidirectional flow #45

Open GitOldGrumpy opened 2 years ago

GitOldGrumpy commented 2 years ago

This work adds support for RFC5103: Bidirectional Flow Export Using IP Flow Information Export (IPFIX). I needed this support for some work I am doing.

There is an open question on what the reverse fields should be called and if the current approach is the best way to handle it? Should we passing out the the field is a reverse field as opposed to simply adding a "_" onto the name.

The approach is working for me but can make changes as required.