Crate libpacket_core

Source
Expand description

Core types and traits used for defining packet dissectors.

Modules§

  • Provides type aliases for various primitive integer types

Structs§

Enums§

Constants§

Traits§

  • Used to convert on-the-wire packets to their #[packet] equivalent.
  • Represents a generic, mutable, network packet.
  • Represents a generic network packet.
  • Used to find the calculated size of the packet. This is used for occasions where the underlying buffer is not the same length as the packet itself.
  • Used to convert a type to primitive values representing it.