Skip to main content

parse_packet

Function parse_packet 

Source
pub fn parse_packet(
    input: &[u8],
    big_endian: bool,
) -> IResult<&[u8], RawPacket<'_>>
Expand description

Parses a single packet record (16-byte record header + captured bytes).