summaryrefslogtreecommitdiff
path: root/extcap/sshdump.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-01-18 12:01:14 +0100
committerRoland Knall <rknall@gmail.com>2016-01-18 15:04:33 +0000
commitff033c6a2fb7a6286e66b6ed89e24ea4c6cd22c9 (patch)
treebab0bf4c3077a1f36ec4dce13f864525096a814d /extcap/sshdump.c
parent36cd1959d313862216c58a0765d75758c8715b1d (diff)
downloadwireshark-ff033c6a2fb7a6286e66b6ed89e24ea4c6cd22c9.tar.gz
extcap: add masked to options.
This allows an option to be masked (like a password), by using the argument-type password. Change-Id: I2eae1be2e6672bff28ba5f749d7a3f687ebd4631 Reviewed-on: https://code.wireshark.org/review/13385 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'extcap/sshdump.c')
-rw-r--r--extcap/sshdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/sshdump.c b/extcap/sshdump.c
index 1976f9c56b..8375161ae8 100644
--- a/extcap/sshdump.c
+++ b/extcap/sshdump.c
@@ -550,7 +550,7 @@ static int list_config(char *interface, unsigned int remote_port)
"{type=string}{default=%s}{tooltip=The remote SSH username. If not provided, "
"the current user will be used}\n", inc++, g_get_user_name());
printf("arg {number=%u}{call=--remote-password}{display=Remote SSH server password}"
- "{type=string}{tooltip=The SSH password, used when other methods (SSH agent "
+ "{type=password}{tooltip=The SSH password, used when other methods (SSH agent "
"or key files) are unavailable.}\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}\n",