ipfixrw

Crates.ioipfixrw
lib.rsipfixrw
version0.1.0
sourcesrc
created_at2023-03-15 06:08:43.374296
updated_at2023-03-15 06:08:43.374296
descriptionIPFIX reader/writer library
homepage
repositoryhttps://github.com/ad1217/rs-ipfix-rw
max_upload_size
id810499
size244,056
Adam Goldsmith (ad1217)

documentation

README

rs-ipfixrw

Read-write implementation of the IPFIX Protocol/Netflow v10 [RFC7011].

Roughly based on rs-ipfix, but using binrw instead of nom for read/write capabilities.

Features

  • Reading and writing of IPFIX formatted packets
  • Support for all Information Element types, except structured data

Unimplemented

Commit count: 44

cargo fmt