aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/extcap-base.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-11-10 21:15:58 +0100
committerAnders Broman <a.broman58@gmail.com>2018-11-14 04:58:38 +0000
commit0795c988b072ef45e1a389d51b49ec4ee235c216 (patch)
tree90a26ec72e0bc8d1537a816f073f4ee7e104f8a2 /extcap/extcap-base.c
parent7a29c3d2eb74d60cb6e60aa1ab89b9959370228b (diff)
extcap: save debug flag and use it to activate ssh debug.
Change-Id: Ida32834f8c0838f1d815f7e33116b6a6161acf34 Reviewed-on: https://code.wireshark.org/review/30572 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'extcap/extcap-base.c')
-rw-r--r--extcap/extcap-base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extcap/extcap-base.c b/extcap/extcap-base.c
index 1ea4397181..f047ecb0bc 100644
--- a/extcap/extcap-base.c
+++ b/extcap/extcap-base.c
@@ -117,6 +117,7 @@ uint8_t extcap_base_parse_options(extcap_parameters * extcap, int result, char *
#else
setenv("G_MESSAGES_DEBUG", "all", 1);
#endif
+ extcap->debug = TRUE;
break;
case EXTCAP_OPT_DEBUG_FILE:
extcap_init_custom_log(optargument);