aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtsp.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-rtsp.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-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",