[−][src]Trait pcap_parser::Capture
Generic interface for PCAP or PCAPNG file access
Generic interface for PCAP or PCAPNG file access
pub fn get_datalink(&self) -> Linktype[src]pub fn get_snaplen(&self) -> u32[src]pub fn iter<'a>(&'a self) -> Box<dyn Iterator<Item = PcapBlock<'_>> + 'a>[src]impl<'a> Capture for PcapCapture<'a>[src]