aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-11-03 15:16:58 +0100
committerDario Lombardo <lomato@gmail.com>2018-11-03 14:18:05 +0000
commit6910cb138b0d6d2f70177daa03edc85752b7bebf (patch)
treeafd84730bfd37b1e75cb0887e572c7c3a9db0994 /extcap
parent983390105f2b575b01e2d680accb6b87479f031c (diff)
sshdump: add missing space.
Change-Id: I593ccf333db91dd9877cf5e8ef30c3e722c6df89 Reviewed-on: https://code.wireshark.org/review/30497 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/sshdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/sshdump.c b/extcap/sshdump.c
index 3a3e710e58..a4b23c81c3 100644
--- a/extcap/sshdump.c
+++ b/extcap/sshdump.c
@@ -279,7 +279,7 @@ static int list_config(char *interface, unsigned int remote_port)
"or key files) are unavailable.}{group=Authentication}\n", inc++);
printf("arg {number=%u}{call=--sshkey}{display=Path to SSH private key}"
"{type=fileselect}{tooltip=The path on the local filesystem of the private ssh key}"
- "{group=Authentication}\n",inc++);
+ "{group=Authentication}\n", inc++);
printf("arg {number=%u}{call=--sshkey-passphrase}{display=SSH key passphrase}"
"{type=password}{tooltip=Passphrase to unlock the SSH private key}{group=Authentication}\n",
inc++);