Function pcap_parser::pcapng::parse_block [−][src]
pub fn parse_block(i: &[u8]) -> IResult<&[u8], Block<'_>, PcapError<&[u8]>>
👎 Deprecated since 0.11.0:
This function is deprecated, it does not specify the endianness. Please use the parse_block_le function instead