Home
last modified time | relevance | path

Searched refs:NFLOG (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-netfilter-linux.c74 typedef enum { OTHER = -1, NFLOG, NFQUEUE } nftype_t; enumerator
194 type = NFLOG; in netfilter_read_linux()
234 } else if (type == NFLOG) { in netfilter_read_linux()
529 type = NFLOG; in netfilter_activate()
611 if (type == NFLOG) { in netfilter_activate()
633 if (type == NFLOG) { in netfilter_activate()
H A DINSTALL.md265 pcap/nflog.h - NFLOG-related definitions
H A Dpcap.c3327 DLT_CHOICE(NFLOG, "Linux netfilter log messages"),
H A DCHANGES851 fixes for byte order issues with NFLOG captures
/freebsd/contrib/tcpdump/
H A DCHANGES36 NFLOG: Use correct AF code points on all OSes.