Module pnet_macros_support::packet
source · Expand description
Packet helpers for pnet_macros
.
Enums
- Mutable packet data.
- Packet data.
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.