Struct pcap_rs::Header [] [src]

pub struct Header {
    pub major: u16,
    pub minor: u16,
    pub this_zone: i32,
    pub sigfigs: u32,
    pub snaplen: u32,
    pub network: LinkType,
    pub nano_sec: bool,
    pub endianness: Endianness,
}

Fields

Trait Implementations

impl PartialEq for Header
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Header
[src]

Formats the value using the given formatter.