Struct pcapng::blocks::enhanced_packet::EnhancedPacket [] [src]

pub struct EnhancedPacket<'a> {
    pub ty: u32,
    pub block_length: u32,
    pub interface_id: u32,
    pub timestamp_hi: u32,
    pub timestamp_lo: u32,
    pub captured_len: u32,
    pub packet_len: u32,
    pub data: &'a [u8],
    pub options: Option<Options<'a>>,
    pub check_length: u32,
}

An Enhanced Packet Block is the standard container for storing the packets coming from the network.

Fields

Trait Implementations

impl<'a> Debug for EnhancedPacket<'a>
[src]

Formats the value using the given formatter.