Skip to content

Commit

Permalink
feat: Updated fluereflow/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 14, 2024
1 parent b9c8953 commit 814d9cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fluereflow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ pub use types::FluereHeader;
// The FluereRecord data structure represents a single record in a NetFlow flow.
// It includes fields for the source and destination IP addresses, the source and destination ports, the protocol, and other information about the record.
pub use types::FluereRecord;
mod netflow_v5;
mod netflow_v9;
mod cisco_export;

0 comments on commit 814d9cb

Please sign in to comment.