aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ged125.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-07-30 10:44:45 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-07-30 09:10:19 +0000
commit82bb8008ce9baf2c509afac1e1e7343cdc2c6c9c (patch)
tree75df55246428a8d608070914ece6e8003f001583 /epan/dissectors/packet-ged125.c
parent054bff4f273d6552cb75034d5ca42b8a9b859bd0 (diff)
GED125: remove a wrong comment regarding the default TCP port
Change-Id: I53aa2053c65280385e13da875979ed09b37fb725 Reviewed-on: https://code.wireshark.org/review/3258 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ged125.c')
-rw-r--r--epan/dissectors/packet-ged125.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ged125.c b/epan/dissectors/packet-ged125.c
index e75936de90..be54ad59ed 100644
--- a/epan/dissectors/packet-ged125.c
+++ b/epan/dissectors/packet-ged125.c
@@ -1757,7 +1757,7 @@ proto_register_ged125 (void)
ged125_module = prefs_register_protocol(proto_ged125, NULL);
prefs_register_uint_preference(ged125_module, "tcp_port","GED125 TCP Port",
- "Set up the TCP port for GED125 (default is 5000)",
+ "Set up the TCP port for GED125",
10, &global_tcp_port_ged125);
prefs_register_bool_preference(ged125_module, "desegment_body",