aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-28 22:15:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-28 22:15:38 +0000
commit9a42ef953625a6de31a00df68a53e3108be284d3 (patch)
tree12a2398cb326cde04e237a368606b49674342907 /plugins
parentf9a96d8a16793aeedbd74b141a4f2b754a5f1fb1 (diff)
fix #480: Change defaults for all reassembling settings to ON
I've changed all settings I could find to TRUE. It might be reasonable to change some protocol settings back to FALSE, if reassembling fails very often. svn path=/trunk/; revision=16048
Diffstat (limited to 'plugins')
-rw-r--r--plugins/opsi/packet-opsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opsi/packet-opsi.c b/plugins/opsi/packet-opsi.c
index ef36a040e4..41cfd5aa96 100644
--- a/plugins/opsi/packet-opsi.c
+++ b/plugins/opsi/packet-opsi.c
@@ -786,7 +786,7 @@ proto_register_opsi(void)
/* We activate the desegmentation / reassembly feature */
opsi_module = prefs_register_protocol(proto_opsi, NULL);
prefs_register_bool_preference(opsi_module, "desegment_opsi_messages",
- "Desegment all OPSI messages spanning multiple TCP segments",
+ "Reassemble OPSI messages spanning multiple TCP segments",
"Whether the OPSI dissector should desegment all messages spanning multiple TCP segments",
&opsi_desegment);
}