summaryrefslogtreecommitdiff
path: root/bpf_filter.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct bpf_aux_data to avoid NetBSD compile errors.Guy Harris2021-01-011-2/+2
* bpf_filter: suppress "switch has only a default case" warning.Guy Harris2020-07-031-0/+9
* Handle negation in a way that doesn't upset compilers or UBSan.Guy Harris2018-10-261-3/+6
* Fix the semantics of BPF_LSH and BPF_RSH for shifts >= 32 bits.Guy Harris2018-10-161-2/+8
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-5/+21
* Don't put bpf_filter_with_aux_data() in a public header file.Guy Harris2018-08-311-2/+1
* Squelch a compiler warning.Guy Harris2018-08-311-1/+7
* C99 names, not BSD names, for types.Guy Harris2018-08-041-3/+3
* Pick up extract.h stuff from tcpdump, and use it in bpf_filter.c.Guy Harris2018-08-041-156/+4
* We need portability.h with MSVC, to define inline as _inline.Guy Harris2018-08-041-0/+1
* Pick up unaligned big-endian fetch macros/routines from tcpdump.Guy Harris2018-08-041-32/+151
* SKF_AD_VLAN_TAG_PRESENT defined implies SKF_AD_VLAN_TAG definedJoerg Mayer2018-05-011-1/+1
* Move bpf/net/bpf-filter.c to toplevel directory - it's the sole file in bpf/...Joerg Mayer2018-05-011-0/+539