pub fn parse_sections( i: &[u8]) -> IResult<&[u8], Vec<Section<'_>>, PcapError<&[u8]>>
Parse multiple sections (little or big endian)