Module retina_core::protocols::packet
source · Expand description
Types for parsing and manipulating packet-level network protocols.
The structure of this module is adapted from capsule::packets and pnet::packet. Every packet type represents a single frame on the wire.
Modules§
- Ethernet packet.
- IPv4 packet.
- IPv6 packet.
- TCP packet.
- UDP packet.
Traits§
- Represents a single packet.
- Represents a packet header.