Crate network_packet[][src]

network-packet

A domain model of network packets.

Enums

HardwareOffloadCategorisedInternetProtocolHeaderOptionsAndExtensionsLayer3PacketType

Hardware offload categorised internet protocol header options and extensions for a categorised layer 3 packet type.

HardwareOffloadCategorisedLayer2PacketType

Hardware offload categorised layer 2 packet type.

HardwareOffloadCheckSumStatus

Internet Protocol (IP) version 4 check sum status or Layer 4 (TCP, UDP, SCTP) check sum status.

HardwareOffloadLayer2PacketType

Hardware offload layer 2 packet type.

HardwareOffloadLayer3PacketType

Hardware offload layer 3 packet type.

HardwareOffloadLayer4PacketType

Hardware offload layer 4 packet type.

HardwareOffloadTunnelPacketType

Layer 4 packet type.

Traits

IncomingNetworkPacket

Represents an incoming packet of contiguous data from a network card, with the Frame Check Sequence (FCS) (also known as Cyclic Redundancy Check, CRC) omitted.

IncomingNetworkPacketDropObserver

Allows for notification of dropped incoming network packets.

IncomingNetworkPacketProcessingDropReason

Why was an incoming network packet dropped?