Skip to content

Commit

Permalink
Give credit to Ani Sinha
Browse files Browse the repository at this point in the history
  • Loading branch information
msekletar committed May 7, 2015
1 parent cd46a74 commit dd0d06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bpf/net/bpf_filter.c
Expand Up @@ -216,6 +216,8 @@ enum {
* rejects the filter; it contains VLAN tag information * 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, * 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. * in all other cases, p is a pointer to a buffer and buflen is its size.
*
* Thanks to Ani Sinha <ani@arista.com> for providing initial implementation
*/ */
u_int u_int
bpf_filter_with_aux_data(pc, p, wirelen, buflen, aux_data) bpf_filter_with_aux_data(pc, p, wirelen, buflen, aux_data)
Expand Down

0 comments on commit dd0d06f

Please sign in to comment.