aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-17 12:51:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-17 12:51:00 +0000
commit8020cdf176222acab888f413ce80235e6595286d (patch)
tree0bcfc316cf1c05891f11eb6b2e63f72bde805f61 /packet-http.c
parent116bb3c25ed64511b9798872fba9dcadd39bf66d (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 svn path=/trunk/; revision=9693
Diffstat (limited to 'packet-http.c')
-rw-r--r--packet-http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-http.c b/packet-http.c
index a6f32ecd15..c8c05e4ef8 100644
--- a/packet-http.c
+++ b/packet-http.c
@@ -6,7 +6,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 1999, Andrew Tridgell <tridge@samba.org>
*
- * $Id: packet-http.c,v 1.91 2004/01/16 01:32:19 obiot Exp $
+ * $Id: packet-http.c,v 1.92 2004/01/17 12:51:00 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1204,7 +1204,7 @@ proto_register_http(void)
&http_desegment_headers);
prefs_register_bool_preference(http_module, "desegment_body",
"Trust the \"Content-length:\" header and desegment HTTP "
- "bodies spanning multiple TCP segments",
+ "bodies\nspanning multiple TCP segments",
"Whether the HTTP dissector should use the "
"\"Content-length:\" value to desegment the body "
"of a request spanning multiple TCP segments",