aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-03 19:32:54 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-03 19:32:54 +0000
commit1fc9924a5b838f9ccb464fc7ef9181493083b693 (patch)
treec152d2be323d8949d9484005a5e19e897b5cc16e /capture_sync.h
parent6ca67069046c29a1abefb518ef701a1c5fce760c (diff)
split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16664 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 614747ee5e..d734641d41 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -34,6 +34,10 @@
#ifndef __CAPTURE_SYNC_H__
#define __CAPTURE_SYNC_H__
+/** Name we give to the child process when doing a "-S" capture. */
+#define CHILD_NAME "ethereal-capture"
+
+
/**
* Start a new capture session.
* Create a capture child which is doing the real capture work.