From ff033c6a2fb7a6286e66b6ed89e24ea4c6cd22c9 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 18 Jan 2016 12:01:14 +0100 Subject: 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 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- extcap/sshdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extcap/sshdump.c') 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", -- cgit v1.2.1