aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldp.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-17 12:51:00 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-17 12:51:00 +0000
commit8a4ffb46c8ab9558f3dee6ec7ed4d066d69401f1 (patch)
tree0bcfc316cf1c05891f11eb6b2e63f72bde805f61 /packet-ldp.c
parent969dfe5ee072d1db8b830c47885183bc3fd1a01b (diff)
splitted some of the preferences texts into more than one line,
to reduce the size of the preferences dialog. This becoming necessary, as some of the texts were huge git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9693 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ldp.c')
-rw-r--r--packet-ldp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ldp.c b/packet-ldp.c
index f4ec3dd703..177f9d0499 100644
--- a/packet-ldp.c
+++ b/packet-ldp.c
@@ -1,7 +1,7 @@
/* packet-ldp.c
* Routines for LDP (RFC 3036) packet disassembly
*
- * $Id: packet-ldp.c,v 1.49 2004/01/10 14:57:36 obiot Exp $
+ * $Id: packet-ldp.c,v 1.50 2004/01/17 12:51:00 ulfl Exp $
*
* Copyright (c) November 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -2712,7 +2712,7 @@ proto_register_ldp(void)
10, &global_ldp_udp_port);
prefs_register_bool_preference(ldp_module, "desegment_ldp_messages",
- "Desegment all LDP messages spanning multiple TCP segments",
+ "Desegment all LDP messages\nspanning multiple TCP segments",
"Whether the LDP dissector should desegment all messages spanning multiple TCP segments",
&ldp_desegment);
}