[][src]Function pcap_parser::parse_pcapng

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

Parse the entire file

Note: this requires the file to be fully loaded to memory.