aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-couchbase.c')
-rw-r--r--epan/dissectors/packet-couchbase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-couchbase.c b/epan/dissectors/packet-couchbase.c
index 836e2ab873..ca2673d7dc 100644
--- a/epan/dissectors/packet-couchbase.c
+++ b/epan/dissectors/packet-couchbase.c
@@ -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);