Skip to main content

Module packet

Module 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
Ethernet packet.
ipv4
IPv4 packet.
ipv6
IPv6 packet.
tcp
TCP packet.
udp
UDP packet.

Traits§

Packet
Represents a single packet.
PacketHeader
Represents a packet header.