Skip to content

Commit

Permalink
Added 3 byte DataNumber support (#70)
Browse files Browse the repository at this point in the history
* Added 3 byte DataNumber support

* Removed debug line

---------

Co-authored-by: mikemiles-dev <michaelmileusnich@Michaels-MacBook-Air-2.local>
  • Loading branch information
mikemiles-dev and mikemiles-dev authored Jun 17, 2024
1 parent 0f97c99 commit 6784097
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "netflow_parser"
description = "Parser for Netflow Cisco V5, V7, V9, IPFIX"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
author = "michael.mileusnich@gmail.com"
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.3.4
* Added 3 byte DataNumber support.

# 0.3.3
* Renamed Sets to FlowSets for IPFIX for consistency.
* Concrete error type for parsing
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| Version | Supported |
| ------- | ------------------ |
| 0.3.4 | :white_check_mark: |
| 0.3.3 | :white_check_mark: |
| 0.3.2 | :white_check_mark: |
| 0.3.1 | :white_check_mark: |
Expand Down
Loading

0 comments on commit 6784097

Please sign in to comment.