pyfixbuf Release 0.9.0, 2022-Mar-1

Downloads

(SHA256=138a331db8dd1fe5f036ba053c06511000fc3710e156de876a35575ba33568a2)

Notes

  • 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.

pyfixbuf Release 0.8.1, 2019-Nov-14

Downloads

(SHA256=57c7606a879bc7010c3e1a4be41200bbf80fb4fe236d779dd4f34d9f3b8d3d12)

Notes

  • Fixed a bug setting IPv6 addresses on a record in Python 3.x.
  • Fixed a bug when using IPv6 addresses in a basicList.

pyfixbuf Release 0.8.0, 2019-Aug-29

Downloads

(SHA256=822a229a8c2dc9957afb89e377e39204935b01160d30e676a7ac8eba895eb9bb)

Notes

  • Added support for Python 3, for releases 3.3 and later. Python 2.6 and 2.7 are still supported.
  • Added a requirement on the ipaddress library. The library is standard as of Python 3.3. Users of Python 2.6 or 2.7 should install it from PyPI or from ipaddress.
  • Moved the lists of information elements defined by YAF (e.g., YAF_LIST) to a separate module, pyfixbuf.yaflists.
  • Improved the sample scripts.
  • Removed use of netsa-python; the package is no longer required.

pyfixbuf Release 0.7.0, 2019-Mar-18

Downloads

(SHA256=c267275f3bb58113331d2eba5661040a2bcff8d4ebd9460b7139320895454277)

Notes

  • Changed the STL and STML classes to raise an Exception when the user specifies a Template that has an ID of 0.
  • Changed the Record class to allow an Python object of type bytearray for information elements whose type is OCTET_ARRAY or MAC_ADDR.
  • Fixed a bug that could cause a Session to have a pointer to an invalid Template.
  • Changed libfixbuf requirement to v2.2.0 or later.

pyfixbuf Release 0.6.0, 2018-Nov-29

Downloads

(SHA256=293b6d1098837b122e164b64e989607977a01ef43d61b06a9fee1bf6755e970d)

Notes

  • Added a new sample script to visualize IPFIX data: dump_ipfix_metadata.py.
  • Fixed a bug when converting a MAC address to text.
  • Fixed several bugs that caused either exceptions or crashes.
  • Requires libfixbuf-2.2.0.

pyfixbuf Release 0.5.0, 2018-Aug-31

Downloads

(SHA256=5f4ddae1ef4998a6a962bea46c15307522f50c98d5c719f6cf70a2ff5fd2d40b)

Notes

  • Added several new sample scripts: to find records by IP address, to find records by DNS name, to find records on an unusual port
  • Added the cert_ipfix.xml file as resource, and added a new pyfixbuf.cert module for access to it.
  • Added the ability to invoke a callback function when a new Template object is read.
  • Added new iteration methods to Templates and Records.
  • Added a recursive Record iterator for visiting items in a subTemplateMultiList or subTemplateList.
  • Made many additional changes, both visible and internal, and fixed several bugs.

pyfixbuf Release 0.4.0, 2018-Jul-12

Downloads

(SHA256=8a27db9e26dbbe18073ccc3aead46070768b5761ca6a039b3149206822d52bf0)

Notes

  • Added support for parsing a file or a string as an XML registry of information elements to add to an information model.
  • Fixed bugs in hanlding of floating point values and signed integers.
  • Requires libfixbuf-2.1.0.

pyfixbuf Release 0.3.0, 2018-Jun-8

Downloads

(SHA256=b597c67906a1a21dbd86d0e33162e0498abaa31769dd10008f4c2db01ff756d1)

Notes

  • Require libfixbuf-2.0.0.
  • Fix handling of floating point values.

pyfixbuf Release 0.2.2, 2017-Mar-28

Downloads

(SHA256=3c283439973bcaa734b287f933c2fe5ce27adefe1c03f1cb015082e738ed711c)

Notes

  • Fix Memory Leaks.

pyfixbuf Release 0.2.1, 2017-Jan-18

Downloads

(SHA256=8d1ff4c94d6af36c3ad7597e3ee1e779740d9b7e3d01cb00e1d4551f34154b0f)

Notes

  • Minor Improvements.
  • New sample scripts.
  • Bug Fixes in sample scripts.

pyfixbuf Release 0.2.0, 2015-Feb-2

Downloads

(SHA256=5e36e2b937792c42ae9fb0a960c13408b378503c24d06b96e087d6a220cbcc85)

Notes

  • API Improvements.
  • Added the ability to auto-generate templates from collected data without having to define records.
  • New BasicList Class.
  • Improvements in accessing and creating structured data elements.
  • New sample mediators including full YAF mediators.
  • Bug Fixes.

pyfixbuf Release 0.1.0, 2013-Dec-2

Downloads

(SHA256=26328c3b5ef5c7b584b8407b85468d6d06e01469c05522ec8238c4cf7d9f9732)

Notes

  • First public release