Module conntrack::decoders

source ·
Expand description

Decoders

This module contains decoder traits and implementations capable of extracting conntrack table data from neli attributes.

Traits

  • The attribute decoder trait is implemented to convert a specific AttrHandle to a conntrack model. This will be the primary mechanism used to decode nested conntrack attributes.
  • A decoder capable of decoding IpAddr instances from an Attribute.
  • A primitive attribute decoder is used to extract numerical values from attributes.