[][src]Function pcap_parser::pcap::parse_pcap_frame_be

pub fn parse_pcap_frame_be(i: &[u8]) -> IResult<&[u8], LegacyPcapBlock>

Read a PCAP record header and data (big-endian)

Each PCAP record starts with a small header, and is followed by packet data. The packet data format depends on the LinkType.