Function pcap_parser::pcapng::parse_block_be[][src]

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

Parse any block, as big-endian

To find which endianess to use, read the section header using parse_sectionheaderblock