Releases: mikemiles-dev/netflow_parser
Releases · mikemiles-dev/netflow_parser
v0.5.4
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.
v0.4.7
- Added src_mac and dst_mac to NetflowCommonFlowSet to help identify devices on V9, IPFix.
v0.4.6
- Added NetflowParser function parse_bytes_as_netflow_common_flowsets. Will allow the caller to gather all flowsets from all NetflowPacket into a single Vec of NetflowCommonFlowSet.
v0.4.4
- Fix Readme example packets.
- Optimized IPFix, V9 NetflowCommon lookup.
- DataNumbers can now be downcast into actual data types: (u8, u16, i32, u32, u64, u128).