pub fn parse_esp_header(i: &[u8]) -> IResult<&[u8], ESPHeader<'_>>
Parse an ESP packet
The ESP header contains:
Note: input is entirely consumed