CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/03/17 18:09:23
Modified files:
usr.sbin/tcpdump: privsep.c privsep.h privsep_pcap.c tcpdump.8
tcpdump.c
Log message:
support configuring BIOCSFILDROP with tcpdump.
this allows tcpdump to be used a quick and dirty firewall. it also
looks like an amazing foot-gun, so be careful.
for example `tcpdump -B drop -i ix1 udp and port 7` lets you
completely drop discard packets in the hardware interrupt handler.
ok sthen@ mikeb@ claudio@ visa@