]> The Tcpdump Group git mirrors - libpcap/commit
Pass a copy of the host/port list to daemon_serviceloop() on Windows.
authorGuy Harris <[email protected]>
Tue, 8 Jan 2019 07:25:40 +0000 (23:25 -0800)
committerGuy Harris <[email protected]>
Tue, 8 Jan 2019 07:25:40 +0000 (23:25 -0800)
commitcae80e9c180208fd76e5d1097798197431ecf920
tree3fd4dd0a67ad90b48c0de59ed8947a4c5fa2549d
parent83c8c0b38dfdfd992bdfc2e6a370c5472d55c3d4
Pass a copy of the host/port list to daemon_serviceloop() on Windows.

Rename the sock_copy structure to params_copy, and add a pointer to the
host list to it.  Make the copy, stuff a pointer to it into the
allocated structure, and do the appropriate freeing on errors; in the
initial routine of the service thread, pass on the host list pointer
from the structure.
rpcapd/rpcapd.c