aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 21:04:19 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 21:04:19 +0000
commitf7d612e60f61a793efac8adfa34a8ee5ccc6f279 (patch)
tree8d3313b21307f06a4c1fce9c6e97078785543f23 /capture.h
parent85314ecb77d8ac5d4a947a83a276c1e1348e990a (diff)
CHILD_NAME is only used #ifdef HAVE_LIBPCAP
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13481 f5534014-38df-0310-8fa8-9805f1628bb7
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 */