Releases: mikemiles-dev/netflow_parser
Releases · mikemiles-dev/netflow_parser
v0.2.0
- Clippy updates for 1.76
- Removed dbg! macros for now for performance reason until we have a better solution.
- Fixed issue where bad IPFIX options template causes panic.
v0.1.9
- Fixed bug with flow counts in V9.
v0.1.8
- Introduced parse unix_timestamp feature.
v0.1.7
- Renamed NetflowPacket to NetflowPacketResult.
- Created an Error Type on NetflowPacketResult. Contains the error message and bytes that was trying to be parsed.
v0.1.6
Fixed bug when parsing empty byte arrays or empty remaining slices.
v0.1.5
Removed logging crate dependency
v0.1.4
Removed insta for non dev dependency.
v0.1.3
unix_secs and unix_nsecs for V5 are now pub.
v0.1.2
- Added Cisco to README.md
- Fixed some IPFIX Fields not being correctly mapped.
- Safer addition and subtraction in V9/IPFix