Releases: mikemiles-dev/netflow_parser
Releases · mikemiles-dev/netflow_parser
v0.5.1
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).
v0.4.3
- Fixed bug in NetflowCommon where ProtocolType was never set.
- Minor Readme Changes.
v0.4.2
- Increased coverage.
- Reworked Readme.
v0.4.1
- Added NetflowCommon structure. This acts as a helper for common Netflow Fields (like src_ip, src_port, etc).
- V5, V7 SysUpTime, First, Last times now u32 from Duration.
- IPFix export time u32 from Duration.