]> 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]>
Mon, 9 Mar 2015 22:34:03 +0000 (15:34 -0700)
commitd83a284abc80d3d09f6bddd087760bb1b01d9cc7
tree9131f73db2a2f496a15dd9d787c2919ed5c9723f
parent2f63616362063fc8a34b1bb7eaeddae7d395b8d3
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