From 1326cbcc4256897ad9f3d3e48842bed506c8d627 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 27 Jan 2016 11:19:55 +0100 Subject: sshdump: fix error in extcap sentence. Change-Id: Ibbabd4d160661985d9a7d8caeb577845f45b847e Reviewed-on: https://code.wireshark.org/review/13561 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte --- extcap/sshdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extcap/sshdump.c') diff --git a/extcap/sshdump.c b/extcap/sshdump.c index a160bde10e..6dcfb61547 100644 --- a/extcap/sshdump.c +++ b/extcap/sshdump.c @@ -557,8 +557,8 @@ static int list_config(char *interface, unsigned int remote_port) 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}\n", inc++); - printf("arg {number=%u}{call=--sshkey-passphrase}{display=SSH key passphrase}\n" - "{type=string}{tooltip=Passphrase to unlock the SSH private key}\n", + printf("arg {number=%u}{call=--sshkey-passphrase}{display=SSH key passphrase}" + "{type=password}{tooltip=Passphrase to unlock the SSH private key}\n", inc++); printf("arg {number=%u}{call=--remote-interface}{display=Remote interface}" "{type=string}{default=eth0}{tooltip=The remote network interface used for capture" -- cgit v1.2.3