Releases: mikemiles-dev/netflow_parser
Releases · mikemiles-dev/netflow_parser
v0.3.0
- 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
- Fixed parsing issue with V9 flow and padding.
v0.2.8
- Removed body for V5, V7. Only has Sets now.
v0.2.7
- Added support for multiple flowsets for V5, V7.
v0.2.6
- Re-added static and variable versions as public.
v0.2.5
- 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
- Fixes for V9 parsing. Now supports processing multiple templates.
- General code cleanup/Removal of uneeded code.
v0.2.3
- Small performance improvement by not parsing netflow version twice each packet.
- General Code cleanup for field_types and DataNumbers.
v0.2.2
- 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
- Fixed issue where v9/ipfix template fields can infinite loop.