Skip to content

Releases: mikemiles-dev/netflow_parser

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.

v0.2.3

19 Mar 15:28
4374d6a
Compare
Choose a tag to compare
  • Small performance improvement by not parsing netflow version twice each packet.
  • General Code cleanup for field_types and DataNumbers.

v0.2.2

17 Mar 23:03
e3364ec
Compare
Choose a tag to compare
  • Optimizations in V9/IPFIX, removed some clone/cloned.
  • Reworked Template Fields/Option Template Fields into single struct. This avoids having to make an additional clone for each parse.

v0.2.1

15 Mar 16:11
59dc66e
Compare
Choose a tag to compare
  • Fixed issue where v9/ipfix template fields can infinite loop.