aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
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