pub fn parse_sectionheaderblock(
    i: &[u8]
) -> IResult<&[u8], SectionHeaderBlock<'_>, PcapError<&[u8]>>
Expand description

Parse a SectionHeaderBlock (little or big endian)