aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-03 19:32:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-03 19:32:54 +0000
commitd2a024af6013eeecd927ae6a8399c2a978602670 (patch)
treec152d2be323d8949d9484005a5e19e897b5cc16e /capture_sync.h
parent0a2188eed69c6c6e3000bd17d7da9cc1ea20e7a8 (diff)
split capture.h into capture.h, capture_loop.h and capture_opts.h and place the parts into the corresponding files
svn path=/trunk/; revision=16664
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.