Module testutil

Source
Expand description

Constants useful for testing.

Re-exports§

pub use super::ETHERNET_HDR_LEN_NO_TAG;
pub use super::ETHERNET_MIN_BODY_LEN_NO_TAG;

Constants§

ETHERNET_DST_MAC_BYTE_OFFSET
Ethernet frame, in bytes.
ETHERNET_SRC_MAC_BYTE_OFFSET
The offset to the start of the source MAC address from the start of the Ethernet frame, in bytes.