Function 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