[][src]Function pcap_parser::data::parse_nflog_header

pub fn parse_nflog_header(
    i: &[u8]
) -> IResult<&[u8], NflogHdr, (&[u8], ErrorKind)>