summaryrefslogtreecommitdiffstats
path: root/bpf-filter.h
Commit message (Expand)AuthorAge
* bpf: ARP and BOOTP filter improvementsRoy Marples2017-03-05
* Re-work the BPF filters so they are early return.Roy Marples2017-02-26
* dhcp_bpf_filter -> bootp_bpf_filter (and DHCP -> BOOTP for ports).Roy Marples2016-05-14
* Test for ETHERTYPE_IP as the protocol type in the ARP BPF filter.Roy Marples2015-12-15
* Optimise the ARP BPF filter, thanks to Nate Karstens.Roy Marples2015-12-15
* Move the bpf filter len to a define.Roy Marples2014-04-01
* BPF filter size is unsigned intRoy Marples2014-03-31
* Remove some const const warnings found by clang.Roy Marples2013-05-22
* Add (c) to CopyrightRoy Marples2009-05-01
* Allow ARP_REQUESTS through the filter as well so we work with conflicting IPV...Roy Marples2008-07-10
* Put my code at the top and UNCONST filters in bpf.cRoy Marples2008-05-22
* Add ISC copyright to dhcp_bpf_filter.Roy Marples2008-05-22
* Use constant BPF structures and defines to alter the data instead of function...Roy Marples2008-05-22
* Prettify code a little.Roy Marples2008-05-14
* Split interface and socket out into OS bpf, if-bsd and if-linux.Roy Marples2008-03-24