aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/sshdump.c')
-rw-r--r--extcap/sshdump.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/extcap/sshdump.c b/extcap/sshdump.c
index 525acc2ca0..f7f8b28446 100644
--- a/extcap/sshdump.c
+++ b/extcap/sshdump.c
@@ -330,7 +330,6 @@ int main(int argc, char **argv)
{
int result;
int option_idx = 0;
- int i;
char* remote_host = NULL;
guint16 remote_port = 22;
char* remote_username = NULL;
@@ -479,8 +478,7 @@ int main(int argc, char **argv)
}
}
- for (i = 0; i < argc; i++)
- g_debug("%s", argv[i]);
+ extcap_cmdline_debug(argv, argc);
if (optind != argc) {
g_warning("Unexpected extra option: %s", argv[optind]);