Start renaming SSL to TLS.
[metze/wireshark/wip.git] / epan / dissectors / packet-couchbase.c
index 836e2ab873faea245aa46d238515426f9abf6dc2..ca2673d7dcd05bc4b0b9703e20d40114cbd065ae 100644 (file)
@@ -2584,8 +2584,8 @@ proto_register_couchbase(void)
                                  " to reassemble TCP streams\" in the TCP protocol settings.",
                                  &couchbase_desegment_body);
 
-  prefs_register_uint_preference(couchbase_module, "ssl_port", "SSL/TLS Data Port",
-                                 "The port used for communicating with the data service via ssl/tls",
+  prefs_register_uint_preference(couchbase_module, "tls_port", "SSL/TLS Data Port",
+                                 "The port used for communicating with the data service via SSL/TLS",
                                  10, &couchbase_ssl_port_pref);