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