[Bug 210031] tcpdump -G flag unable to roll over pcap files
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jun 8 21:48:38 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210031
Allan Jude <allanjude at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |allanjude at FreeBSD.org
Assignee|freebsd-bugs at FreeBSD.org |allanjude at FreeBSD.org
Status|New |In Progress
--- Comment #2 from Allan Jude <allanjude at FreeBSD.org> ---
I found the problem, it is a regression
When tcpdump was switched for casperd to libcasper, the ifdef's were spelled
'HAVE_CAPSPER', seemingly on purpose, but the define via the make file, spells
it correctly, HAVE_CASPER, so the code to create the files safely within
capsicum, is never compiled into tcpdump.
Opps.
I will talk to the author of the code today or tomorrow at BSDCan, and get it
resolved.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list