aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-07-06 19:16:04 +0000
committerGerald Combs <gerald@wireshark.org>2004-07-06 19:16:04 +0000
commit04d996b183d392064b7242d5997d4d9c7c58c0da (patch)
treee2e771a3d6d49acb0f1d70d678e445bcec056613 /capture.h
parent2b53a88bf8b9190055c43a9c3e045af7ad39fcf9 (diff)
Make sure child processes don't create a splash screen. Make the verbs in
the splash screen messages present participles. svn path=/trunk/; revision=11321
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/capture.h b/capture.h
index c72272ff39..afaed06219 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.47 2004/06/20 13:39:43 ulfl Exp $
+ * $Id: capture.h,v 1.48 2004/07/06 19:16:03 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,8 +25,6 @@
#ifndef __CAPTURE_H__
#define __CAPTURE_H__
-#ifdef HAVE_LIBPCAP
-
/** @file
* Capture related things.
*/
@@ -34,6 +32,8 @@
/** Name we give to the child process when doing a "-S" capture. */
#define CHILD_NAME "ethereal-capture"
+#ifdef HAVE_LIBPCAP
+
/** Capture options coming from user interface */
typedef struct {
#ifdef _WIN32