Struct ipsec_parser::ESPHeader [] [src]

pub struct ESPHeader<'a> {
    pub spi_index: &'a [u8],
    pub seq: u32,
    pub data: &'a [u8],
}

Encapsulating Security Payload Packet Format

Defined in RFC2406 section 2

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.