summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/privsep_pcap.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-03-18support configuring BIOCSFILDROP with tcpdump.David Gwynne
2018-11-17tcpdump(8) monitor process privdropBryan Steele
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested byMartin Natano
2016-05-03Move to /dev/bpf; ok lteoMartin Natano
2015-10-01remove a bsdi ifdef pathJonathan Gray
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
2012-11-14In the unlikely event that a NULL device is passed to priv_pcap_live(),Lawrence Teo
2010-09-21temporary hack to raise snaplen for pflog so that pflog header, ip headerHenning Brauer
2008-04-18add filtering on direction; ok mpf@ deraadt@ feedback jmc@Damien Miller
2005-11-13Do not clobber errno, from Andrey Matveev. ok canacar@Otto Moerbeek
2005-10-16Simplify some error paths. From Andrey Matveev. ok canacar@Otto Moerbeek
2005-09-29Change DLT earlier. Fixes the loss of promisc mode when a non-defaultCan Erkin Acar
2005-09-27Fix another case of inconstitent error handling that was missed in theOtto Moerbeek
2005-09-26If setting the filter fails, pass the error back;Otto Moerbeek
2005-05-22correct comments and function namens to reflect new parent/childMoritz Jodeit
2005-03-30remove trailing \n in errx().Moritz Jodeit
2005-03-06add support for multiple DLTs using the -L and -y options.Reyk Floeter
2004-04-29a slight polishing...Theo de Raadt
2004-04-28Fix fd leaks.Can Erkin Acar
2004-04-14Don't forget to move to STATE_RUN if the -w output file is stdout.Otto Moerbeek
2004-04-08only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
2004-02-05Don't print two confusing error messages, print a single clear one.Otto Moerbeek
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar