Releases: mikemiles-dev/netflow_parser
Releases · mikemiles-dev/netflow_parser
v0.5.7
v0.5.6
- Simplify V9/IPFix Parse function.
- Added more cases for DataNumber Parsing.
- IPFix now supports V9 Templates/Options Templates.
v0.5.5
- More IPFIx/V9 Cleanup.
- Reworked FlowSetBody for V9/IPFIX into an enum since a flowset can only contain a single type.
- Fixed potential V9 parsing bug with a potential divide by 0.
- DataNumber to_be_bytes to now a Result type return to handle failed u24 conversions.
- FieldValue to_be_bytes now supports all data types.
v0.5.4
- Reworked how padding is calculated for IPFIx.
- Fixed Vecs not being exported for DataNumber.
v0.5.3
- Fixed bug when calcualting the enteperise field.
- Now properly parses variable length fields.
- Cleanup ipfix code.
- Rust 2024 Edition.
v0.5.2
- Can now parse enterprise fields in non options templates for IPFIX.
v0.5.1
- Reworked NetflowParseError. Added a Partial Type.
- Added ability to parse only allowed_versions.
- V9, IPFix, Datanumber Code cleanup.
- Added benchmarking.
v0.5.0
- Typos in documentation fixed.
- Added cargo-fuzz for fuzzing.
- Uncovered area in V9 that could cause panic.
v0.4.9
- Added FlowStartMilliseconds, FlowEndMilliseconds
v0.4.8
- Now Parsing IPFix Mac Addresses correctly.