Skip to content

Releases: zoomoid/go-ipfix

v0.4.1

17 Mar 11:18
618ef58
Compare
Choose a tag to compare

go-ipfix

  • fix: segfault in the decoder caused by a regression in the initialization of a return value (#1) by @zoomoid
  • fix: reference passing to downstream members for accessing the template stores (#1) by @zoomoid

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Nov 17:06
1c6a05d
Compare
Choose a tag to compare

go-ipfix

This marks the first release of this library. Most IPFIX functionality from FlowPlane has been factored out into this package, and multiple (previously convoluted) methods have been refactored. Some things are however still remaining, though their timeline is not quite fixed:

  • More documentation: Most DataType implementations lack documentation for their methods. For scalar types, refer to the DataType interface. Structured data types are still in the work
  • More tests: unit tests are currently on a proof-of-concept level, but need to be extended to cover more