netgauze-flow-pkt

Crates.ionetgauze-flow-pkt
lib.rsnetgauze-flow-pkt
version0.5.0
sourcesrc
created_at2023-03-05 11:44:06.092568
updated_at2024-11-05 16:51:47.31869
descriptionNetflow(v9)/IPFIX(v10) Protocol representation and serde
homepagehttps://github.com/NetGauze/NetGauze
repositoryhttps://github.com/NetGauze/NetGauze
max_upload_size
id801256
size396,909
Ahmed Elhassany (ahassany)

documentation

README

NetGauze flow reporting pkt (Netflow V9 and IPFIX)

Supported RFCs

  1. Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information RFC 7011
  2. Information Model for IP Flow Information Export RFC 5102
  3. Cisco Systems NetFlow Services Export Version 9 RFC 3954
  4. Information Elements are pulled automatically at compile time from IANA registry IP Flow Information Export (IPFIX) Entities. The crate to download and generate the necessary rust code is netgauze-ipfix-code-generator

Examples

  1. IPFIX ipfix.rs

    cargo run --example ipfix

  2. Netflow V9 netflow.rs

    cargo run --example netflow

Commit count: 552

cargo fmt