diff options
Diffstat (limited to 'epan/dissectors/packet-smtp.c')
-rw-r--r-- | epan/dissectors/packet-smtp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-smtp.c b/epan/dissectors/packet-smtp.c index a2d612b0b9..be12066500 100644 --- a/epan/dissectors/packet-smtp.c +++ b/epan/dissectors/packet-smtp.c @@ -581,8 +581,9 @@ proto_register_smtp(void) smtp_module = prefs_register_protocol(proto_smtp, NULL); prefs_register_bool_preference(smtp_module, "desegment_lines", - "Desegment all SMTP command and response lines\nspanning multiple TCP segments", - "Whether the SMTP dissector should desegment all command and response lines spanning multiple TCP segments", + "Reassemble SMTP command and response lines\nspanning multiple TCP segments", + "Whether the SMTP dissector should reassemble command and response lines spanning multiple TCP segments." + " To use this option, you must also enable \"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.", &smtp_desegment); } |