pub fn parse_packet( input: &[u8], big_endian: bool, ) -> IResult<&[u8], RawPacket<'_>>
Parses a single packet record (16-byte record header + captured bytes).