pub fn parse_simplepacketblock_be( i: &[u8], ) -> IResult<&[u8], SimplePacketBlock<'_>, PcapError<&[u8]>>
Parse a Simple Packet Block (big-endian)
Note: this function does not remove padding