]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up Capsicum rights setting a bit.
authorGuy Harris <[email protected]>
Mon, 9 Mar 2015 22:34:03 +0000 (15:34 -0700)
committerGuy Harris <[email protected]>
Wed, 11 Mar 2015 06:04:43 +0000 (23:04 -0700)
commitd780f1b47cf9248eb11a0bce9bcdaf4e163525e3
treeb8b62a8ed110ff4b9279b7d7a5cf55115abf70d4
parentc50b3ee1a1815aaf99eb740e8b1cebbb4fb9b5f5
Clean up Capsicum rights setting a bit.

Rename set_dump_fd_capsicum_rights() to set_dumper_capsicum_rights() and
have it take a pcap_dumper_t * as an argument and extract the file
descriptor itself, rather than having the caller do so.

This fixes a syntax error in one of the calls.
tcpdump.c