]> The Tcpdump Group git mirrors - libpcap/commit
Log sock_check_hostlist() errors in rpcapd.
authorGuy Harris <[email protected]>
Sun, 13 Jan 2019 04:28:12 +0000 (20:28 -0800)
committerGuy Harris <[email protected]>
Sun, 13 Jan 2019 04:28:12 +0000 (20:28 -0800)
commit72a30b57e5caffffa1c22a78a3d1e06c4b900d0f
tree8ff66cfe9a327e04969bed7d2c370ea642436984
parent10202701143fc9d9471318825a671373613058de
Log sock_check_hostlist() errors in rpcapd.

And make a getaddrinfo() failure an error, so that they're logged.

("The host trying to connect to us is not in the list" is not an error;
we tell the client about it, but we don't have a reason to log it.)
rpcapd/daemon.c
sockutils.c