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