pub fn parse_block_le(i: &[u8]) -> IResult<&[u8], Block<'_>, PcapError<&[u8]>>
Parse any block, as little-endian
To find which endianess to use, read the section header using parse_sectionheaderblock
parse_sectionheaderblock