Generalize our process spawning code.
authorGerald Combs <gerald@wireshark.org>
Thu, 1 Mar 2018 23:31:45 +0000 (15:31 -0800)
committerAnders Broman <a.broman58@gmail.com>
Fri, 2 Mar 2018 05:22:20 +0000 (05:22 +0000)
commit1a0987904fa571dc5abce03726e4ca3e17793574
tree59b7bfe30517005b046bddb9fcae2315f48570fa
parentbf4c2fd82b30d8b088fcb1235263dce9173d4cd7
Generalize our process spawning code.

Move the contents of extcap_spawn to ws_pipe. Rename various extcap_*
prefixes to ws_pipe_*. Open stdin when we spawn processes.

Change-Id: I9286295443ee955bb6328b0ed6f945ee0bb2a798
Reviewed-on: https://code.wireshark.org/review/26216
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
CMakeLists.txt
Makefile.am
capture_opts.c
capture_opts.h
extcap.c
extcap_spawn.c [deleted file]
extcap_spawn.h [deleted file]
wsutil/ws_pipe.c
wsutil/ws_pipe.h