aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/extcap-base.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-11-03 21:45:36 +0100
committerAnders Broman <a.broman58@gmail.com>2018-11-05 05:58:12 +0000
commit2be2febfc6dd606ef667e05a323a1b0bdc726f62 (patch)
tree3580d467e634c1502c2866bdf8b72d6c6a65814f /extcap/extcap-base.h
parent945d441b2484f901f1c0c3696bf4cdec4838cb40 (diff)
extcap: change boolean to boolflag for --debug option.
Change-Id: I6a42e689fa9a914f7f3bee1c1ade2218573a1c3f Reviewed-on: https://code.wireshark.org/review/30502 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'extcap/extcap-base.h')
-rw-r--r--extcap/extcap-base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/extcap-base.h b/extcap/extcap-base.h
index 322d08a9ab..c3a95bedb3 100644
--- a/extcap/extcap-base.h
+++ b/extcap/extcap-base.h
@@ -56,7 +56,7 @@
{ "capture", no_argument, NULL, EXTCAP_OPT_CAPTURE}, \
{ "extcap-capture-filter", required_argument, NULL, EXTCAP_OPT_CAPTURE_FILTER}, \
{ "fifo", required_argument, NULL, EXTCAP_OPT_FIFO}, \
- { "debug", required_argument, NULL, EXTCAP_OPT_DEBUG}, \
+ { "debug", no_argument, NULL, EXTCAP_OPT_DEBUG}, \
{ "debug-file", required_argument, NULL, EXTCAP_OPT_DEBUG_FILE}
typedef struct _extcap_parameters