Skip to content

Releases: mikemiles-dev/netflow_parser

v0.3.3

30 May 21:52
0f97c99
Compare
Choose a tag to compare
  • Renamed Sets to FlowSets for IPFIX for consistency.
  • Concrete error type for parsing
  • V5, V7, V9, IPFix now supports exporting back into bytes with to_be_bytes.
  • V9,IPFix field maps are now keyed by order.
  • Removed unix timestamp feature. May re-implement in the future.

v0.3.2

27 May 21:16
1909b0e
Compare
Choose a tag to compare
  • Readme changes

v0.3.1

27 May 03:41
ecc4e09
Compare
Choose a tag to compare
  • Added 0 length check when parsing template lengths.

v0.3.0

27 May 03:31
b5bee62
Compare
Choose a tag to compare
  • Reworked IPFIX + V9 Parsing. Flowset length is now used.
  • Flow data field Counts are now correctly calculated.
  • Added parse_unknown_fields feature flag to attempt to parse unknown fields not supported by the library.
  • parse_unknown_fields is enabled by default.

v0.2.9

09 May 18:15
9e02352
Compare
Choose a tag to compare
  • Fixed parsing issue with V9 flow and padding.

v0.2.8

17 Apr 23:33
5fdb312
Compare
Choose a tag to compare
  • Removed body for V5, V7. Only has Sets now.

v0.2.7

17 Apr 21:07
61a35b7
Compare
Choose a tag to compare
  • Added support for multiple flowsets for V5, V7.

v0.2.6

15 Apr 15:04
9e27ae4
Compare
Choose a tag to compare
  • Re-added static and variable versions as public.

v0.2.5

11 Apr 21:05
cf35f90
Compare
Choose a tag to compare
  • Now Parsing V9 Mac Addresses correctly.
  • More code reorganization. (Moved tests to tests.rs and added parsing.rs for majority of parsing).
  • Removed unneeded IPFIX Option Template Code.

v0.2.4

21 Mar 14:47
e91056d
Compare
Choose a tag to compare
  • Fixes for V9 parsing. Now supports processing multiple templates.
  • General code cleanup/Removal of uneeded code.