aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2014-09-17 15:03:54 +0200
committerMichael Mann <mmann78@netscape.net>2014-09-17 23:05:33 +0000
commit17c14d6499c18fa67875c76fb377b4722035a160 (patch)
treed2d6ed9108dcca7c5a3a5b658b30610725b05f2e /plugins/opcua
parentec2a20fb377d17f3917c3d821b19e9071549662c (diff)
opcua: add hint to OPCUA settings tooltip
It's unclear how the ports should be separated, this additional text in the tooltip clarifies it Change-Id: I686482522d006024f920a3cc26b83cd21c19f8a5 Reviewed-on: https://code.wireshark.org/review/4147 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/opcua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua.c b/plugins/opcua/opcua.c
index c3187243e4..a516bc2267 100644
--- a/plugins/opcua/opcua.c
+++ b/plugins/opcua/opcua.c
@@ -469,7 +469,7 @@ void proto_register_opcua(void)
opcua_module = prefs_register_protocol(proto_opcua, proto_reg_handoff_opcua);
prefs_register_range_preference(opcua_module, "tcp_ports",
"OPC UA TCP Ports",
- "The TCP ports for the OPC UA TCP Binary Protocol",
+ "The TCP ports for the OPC UA TCP Binary Protocol (comma separated list)",
&global_tcp_ports_opcua, 65535);
}