python-ipfix
python-ipfix copied to clipboard
IPFIX implementation for Python 3.x
collector_test.py seems to be old, and uses TCP. I needed to do almost exactly the same thing it was trying to demo, but using UDP. This is what I got:...
compat.py does not exist in the pip install ipfix library version 0.9.7
As I want to use this library for IPFIX message parsing , where I am pushing data every second. So to reduce overhead I am sending Template only once or...
Hi, please consider these patches that fix parsing of alignment padded sets and handling of variable length elements in template parsing plans. Regards Bill.
I created a simple Netflow Exporter by following the examples at the top of `message.py`, and it works, but it gives me a v10 flow. Is it possible to create...
coordinate with / investigate joelparker fork to backport to 2.7
This fixes #24 - should have looked at the issue tracker before looking into the problem....
Hello, PROBLEM: --------------- If we define a template with the first ie element being a varlen, then the decoding does not seem to work. Please see the below to reproduce...
If the basic example of a string is changed to a fixed length of 13 (which exactly matches the string length passed to the data record) it works just fine:...
UDP is still the most common protocol understood by collectors.