summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/privsep_pcap.c
AgeCommit message (Expand)Author
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