1

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

Frank Wang
  • 41
  • 1
  • 5

1 Answers1

1

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.

NickBroon
  • 367
  • 3
  • 13