aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-20 14:31:47 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-20 21:32:21 +0000
commit5537c53f379b5404f05d01541aa9386f87805072 (patch)
tree25fee7a8b93e7d0f77381ed090268eef583dfb7f /capture_opts.h
parent13b5d9b145a62db1f852008dfb6d42f79c52202f (diff)
"-d" isn't common to all capturing programs, it's dumpcap-specific.
Change-Id: I827615d45051c9d66407516b311d3de448de6d07 Reviewed-on: https://code.wireshark.org/review/2495 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/capture_opts.h b/capture_opts.h
index afc402e2bc..d689878023 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -112,12 +112,6 @@ extern "C" {
#define OPTSTRING_I ""
#endif
-#ifdef HAVE_BPF_IMAGE
-#define OPTSTRING_d "d"
-#else
-#define OPTSTRING_d ""
-#endif
-
#define OPTSTRING_CAPTURE_COMMON \
"a:" OPTSTRING_A "b:" OPTSTRING_B "c:Df:i:" OPTSTRING_I "Lps:y:"