I want to parse the ipfix packet over udp from openvswitch, Is there a lib in python 2.7 could help me do this?
Thanks
I want to parse the ipfix packet over udp from openvswitch, Is there a lib in python 2.7 could help me do this?
Thanks
https://github.com/britram/python-ipfix is the definitive Python IPFIX library, with good documentation, but it currently only supports Python 3.3+.
There is a ticket open to investigate adding a Python 2.7 backport, but given that Python 2.7 will End of Life in January 2020 this seems unlikely to happen.