On Mon, Feb 13, 2006 at 03:29:09PM -0500, Dave Feustel wrote: > So let's try a r e a l s i m p l e q u e s t i o n : > > What OpenBSD programs use bpf.
I used this command, Dave:
find /usr/src -name "*.c" -exec grep bpf {} /dev/null \;
And discovered this list:
libpcap
dhclient
pflogd
sysctl
dhcpd
dhcrelay
hostapd
mopd
pppd
pppoe
rarpd
rbootd
tcpdump
You could have done this, Dave.

