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