aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-02 09:11:31 -0800
committerGerald Combs <gerald@wireshark.org>2018-03-02 18:07:58 +0000
commit80d652f06e205be070ba151158042c12adbb2d7e (patch)
tree937a17493e2c326a0716324d0770242d56dce4b0 /capture_opts.h
parent184ef021110d52d123104c77863df92f7ecc5f6e (diff)
More spawned process handling updates.
Document ws_pipe.h. Define invalid PIDs in one place. Extcap didn't use stdin before 1a0987904f. Make sure we close it. Change-Id: I7a69cd9b5137ae82435e64628a22e4d812d58f89 Reviewed-on: https://code.wireshark.org/review/26226 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 7c344e31a7..da8981dcfb 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -211,7 +211,7 @@ typedef struct interface_options_tag {
gchar *extcap;
gchar *extcap_fifo;
GHashTable *extcap_args;
- GPid extcap_pid; /* pid of running process or INVALID_EXTCAP_PID */
+ GPid extcap_pid; /* pid of running process or WS_INVALID_PID */
gpointer extcap_pipedata;
guint extcap_child_watch;
#ifdef _WIN32