From b3885a9387ab4490cfce9d8aabc00c15a83424c2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 20 Jun 2014 14:51:10 -0700 Subject: Fix builds without pcap. Change-Id: I6c67f9ea9d115a8396af0904ef9a73d2c528dcaa Reviewed-on: https://code.wireshark.org/review/2498 Reviewed-by: Guy Harris --- capture_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.h') diff --git a/capture_opts.h b/capture_opts.h index ccff098db5..5d6aa66674 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -101,7 +101,7 @@ extern "C" { {(char *)"list-data-link-types", no_argument, NULL, 'L'}, \ {(char *)"no-promiscuous-mode", no_argument, NULL, 'p'}, \ {(char *)"snapshot-length", required_argument, NULL, 's'}, \ - {(char *)"linktype", required_argument, NULL, 'y'} + {(char *)"linktype", required_argument, NULL, 'y'}, #define OPTSTRING_CAPTURE_COMMON \ "a:" OPTSTRING_A "b:" OPTSTRING_B "c:Df:i:" OPTSTRING_I "Lps:y:" -- cgit v1.2.1