Crate ipfixrw

Source
Expand description

§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

Modules§

information_elements
parser
IPFIX reader/writer
template_store

Macros§

data_record
slightly nicer syntax to make a DataRecord
extend_formatter
extend an existing Formatter
formatter
slightly nicer syntax to make a Formatter

Functions§

parse_ipfix_message