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