Jump to letter: [
ALPSY
]
pyfixbuf - Python API for libfixbuf
- Description:
pyfixbuf is a Python API for libfixbuf, an implementation of the IPFIX
protocol used for building collecting and exporting processes. pyfixbuf
can be used to write applications, often called mediators, that collect and
export IPFIX. Mediators are useful in modifying, filtering, or adding to the
contents of a message before forwarding to another IPFIX collection point,
or converting IPFIX to another format (text, database, JSON, etc.).
Packages
pyfixbuf-0.9.0-2.el7.src
[783 KiB] |
Changelog
by Lawrence R. Rogers (2022-03-01):
* Release 0.9.0-1
Added compatibility for fixbuf-3.0; pyfixbuf supports fixbuf-2.2 and later.
The pyfixbuf module no longer imports the YAF_LIST variables from pyfixbuf.yaflists. Users must explicitly import those variables.
Updated the documentation, included programs, and cert_ipfix.xml file to use the same CERT Information Element names as YAF 3.0.0.
Note that the element names defined by the pyfixbuf.yaflists module have not changed.
Fixed several bugs.
Enhanced documentation and self-tests.
|