For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a named
[obnox/wireshark/wip.git] / capture_sync.h
index a0a9f551854ee3bd64bd50c38eea2150ac51e17d..46eff4a71519ce1f22ecf9540078ebf2b73efcc4 100644 (file)
@@ -58,9 +58,11 @@ extern void
 sync_pipe_kill(int fork_child);
 
 /** Has the parent signalled the child to stop? */
+#define SIGNAL_PIPE_CTRL_ID_NONE "none"
 #ifdef _WIN32
 extern gboolean
 signal_pipe_check_running(void);
+#define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal"
 #endif
 
 /** Get an interface list using dumpcap */