pub fn parse_block(i: &[u8]) -> IResult<&[u8], Block<'_>, PcapError<&[u8]>>
This function is deprecated, it does not specify the endianness. Please use the parse_block_le function instead