Function pcap_parser::pcap::parse_pcap_header
source · pub fn parse_pcap_header(
i: &[u8]
) -> IResult<&[u8], PcapHeader, PcapError<&[u8]>>Expand description
Read the PCAP global header
The global header contains the PCAP description and options