aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtsp.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-rtsp.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-rtsp.c')
-rw-r--r--packet-rtsp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-rtsp.c b/packet-rtsp.c
index d7c3250dda..78af73c307 100644
--- a/packet-rtsp.c
+++ b/packet-rtsp.c
@@ -4,7 +4,7 @@
* Jason Lango <jal@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-rtsp.c,v 1.60 2004/01/05 03:51:28 guy Exp $
+ * $Id: packet-rtsp.c,v 1.61 2004/01/17 12:51:00 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1040,13 +1040,13 @@ proto_register_rtsp(void)
"Set the alternate TCP port for RTSP messages",
10, &global_rtsp_tcp_alternate_port);
prefs_register_bool_preference(rtsp_module, "desegment_headers",
- "Desegment all RTSP headers spanning multiple TCP segments",
+ "Desegment all RTSP headers\nspanning multiple TCP segments",
"Whether the RTSP dissector should desegment all headers "
"of a request spanning multiple TCP segments",
&rtsp_desegment_headers);
prefs_register_bool_preference(rtsp_module, "desegment_body",
- "Trust the \"Content-length:\" header and desegment RTSP "
- "bodies spanning multiple TCP segments",
+ "Trust the \"Content-length:\" header and\ndesegment RTSP "
+ "bodies\nspanning multiple TCP segments",
"Whether the RTSP dissector should use the "
"\"Content-length:\" value to desegment the body "
"of a request spanning multiple TCP segments",