aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-23 21:04:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-23 21:04:19 +0000
commit0c03b4b00263a49ef4deb76786655bb0952ac654 (patch)
tree8d3313b21307f06a4c1fce9c6e97078785543f23 /capture.h
parent707c3c52d09c3f66a4875d2688bf7dab0b989730 (diff)
CHILD_NAME is only used #ifdef HAVE_LIBPCAP
svn path=/trunk/; revision=13481
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.h b/capture.h
index bde228f89a..3da2757d2c 100644
--- a/capture.h
+++ b/capture.h
@@ -29,11 +29,11 @@
* Capture related things.
*/
+#ifdef HAVE_LIBPCAP
+
/** 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 capture_options_tag {
/* general */