From: Michal Sekletar Date: Wed, 6 May 2015 13:25:04 +0000 (+0200) Subject: Give credit to Ani Sinha X-Git-Tag: libpcap-1.8.0-bp~289^2 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/dd0d06fe4173726d7a4b4e4dd775a2e21db731ff Give credit to Ani Sinha --- diff --git a/bpf/net/bpf_filter.c b/bpf/net/bpf_filter.c index ffe04ce3..6cf6f12e 100644 --- a/bpf/net/bpf_filter.c +++ b/bpf/net/bpf_filter.c @@ -216,6 +216,8 @@ enum { * rejects the filter; it contains VLAN tag information * For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0, * in all other cases, p is a pointer to a buffer and buflen is its size. + * + * Thanks to Ani Sinha for providing initial implementation */ u_int bpf_filter_with_aux_data(pc, p, wirelen, buflen, aux_data)