Skip to content

Releases: mikemiles-dev/netflow_parser

v0.4.3

17 Sep 14:17
0373ad3
Compare
Choose a tag to compare
  • Fixed bug in NetflowCommon where ProtocolType was never set.
  • Minor Readme Changes.

v0.4.2

16 Sep 21:00
0471ad7
Compare
Choose a tag to compare
  • Increased coverage.
  • Reworked Readme.

v0.4.1

16 Sep 03:40
045cfdd
Compare
Choose a tag to compare
  • 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.

v0.4.0

20 Aug 21:30
cead909
Compare
Choose a tag to compare
  • NetflowPacketResult now simply NetflowPacket.
  • General parser cleanup and removal of unneeded code.
  • Small performance optimization in lib parse_bytes.

v0.3.6

03 Jul 04:44
378dc0f
Compare
Choose a tag to compare
  • Added V9 Post NAT fields 225-228.
  • Added Tokio Async Example

v0.3.5

17 Jun 05:25
8a31a2f
Compare
Choose a tag to compare
  • 3 Byte Data Numbers now correctly converts back to be_bytes.

v0.3.4

17 Jun 04:46
6784097
Compare
Choose a tag to compare
  • Added 3 byte DataNumber support.

v0.3.3

30 May 21:52
0f97c99
Compare
Choose a tag to compare
  • Renamed Sets to FlowSets for IPFIX for consistency.
  • Concrete error type for parsing
  • V5, V7, V9, IPFix now supports exporting back into bytes with to_be_bytes.
  • V9,IPFix field maps are now keyed by order.
  • Removed unix timestamp feature. May re-implement in the future.

v0.3.2

27 May 21:16
1909b0e
Compare
Choose a tag to compare
  • Readme changes

v0.3.1

27 May 03:41
ecc4e09
Compare
Choose a tag to compare
  • Added 0 length check when parsing template lengths.