diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c index f3c10cdabb..595680d849 100644 --- a/epan/dissectors/packet-ssl.c +++ b/epan/dissectors/packet-ssl.c @@ -4289,12 +4289,12 @@ proto_register_ssl(void) &ssl_desegment); prefs_register_string_preference(ssl_module, "keys_list", "RSA keys list", "comma separated list of private RSA keys used for SSL decryption; " - "each list entry must be in the form of ::\n" + "each list entry must be in the form of ::" " is the local file name of the RSA private key used by the specified server\n", (const char **)&ssl_keys_list); prefs_register_string_preference(ssl_module, "ports_list", "SSL ports list", "comma separated list of tcp ports numbers to be dissectes as SSL; " - "each list entry must be in the form of :\n" + "each list entry must be in the form of :" " is the port numbert associated with the protocol tunneled over SSL for this port\n", (const char **)&ssl_ports_list); }