aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/androiddump.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-07-26 21:48:44 +0200
committerDario Lombardo <lomato@gmail.com>2017-07-27 15:19:47 +0000
commit963707ab3c7ba57e52c28f0dd396d97b37446063 (patch)
tree0915145c4101d94de54b7c3316af28b91651c4fb /extcap/androiddump.c
parentf86f54eb9070effb6216861749523d3a32932d47 (diff)
extcap: add command line debug function to extcap-base.
This function is helpful to debug the interaction between the calling UI and the extcap itself. All extcaps have been changed accordingly. Change-Id: I358caf4c50797501672bf77fdd91f7276897078c Reviewed-on: https://code.wireshark.org/review/22806 Reviewed-by: Roland Knall <rknall@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap/androiddump.c')
-rw-r--r--extcap/androiddump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c
index 168df1d95d..fa612e41fb 100644
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
@@ -2753,6 +2753,8 @@ int main(int argc, char **argv) {
}
#endif /* _WIN32 */
+ extcap_cmdline_debug(argv, argc);
+
if (extcap_conf->do_list_interfaces)
register_interfaces(extcap_conf, adb_server_ip, adb_server_tcp_port);