aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--packet-cops.c6
-rw-r--r--packet-diameter.c4
-rw-r--r--packet-http.c4
-rw-r--r--packet-ldp.c4
-rw-r--r--packet-rsync.c4
-rw-r--r--packet-rtsp.c8
-rw-r--r--packet-smtp.c4
-rw-r--r--packet-snmp.c4
8 files changed, 19 insertions, 19 deletions
diff --git a/packet-cops.c b/packet-cops.c
index abd5ffc950..362978b07d 100644
--- a/packet-cops.c
+++ b/packet-cops.c
@@ -4,7 +4,7 @@
*
* Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-cops.c,v 1.41 2004/01/07 05:24:36 guy Exp $
+ * $Id: packet-cops.c,v 1.42 2004/01/17 12:50:59 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1546,12 +1546,12 @@ void proto_register_cops(void)
"Set the TCP port for COPS messages",
10,&global_cops_tcp_port);
prefs_register_bool_preference(cops_module, "desegment",
- "Desegment all COPS messages spanning multiple TCP segments",
+ "Desegment all COPS messages\nspanning multiple TCP segments",
"Whether the COPS dissector should desegment all messages spanning multiple TCP segments",
&cops_desegment);
#ifdef HAVE_NET_SNMP /*enable preference only if compiled with NET-SNMP*/
prefs_register_bool_preference(cops_module, "typefrommib",
- "Decode COPS-PR ASN.1 types by reading them from PIBs (converted to MIBs)",
+ "Decode COPS-PR ASN.1 types by reading them\nfrom PIBs (converted to MIBs)",
"Whether the COPS dissector should decode COPS-PR ASN.1 types based on data types read from packet or PIBs (converted to MIBs)",
&cops_typefrommib);
#endif /*HAVE_NET_SNMP*/
diff --git a/packet-diameter.c b/packet-diameter.c
index 4963ea6dac..f347cd3261 100644
--- a/packet-diameter.c
+++ b/packet-diameter.c
@@ -1,7 +1,7 @@
/* packet-diameter.c
* Routines for Diameter packet disassembly
*
- * $Id: packet-diameter.c,v 1.56 2003/10/29 21:19:44 guy Exp $
+ * $Id: packet-diameter.c,v 1.57 2004/01/17 12:51:00 ulfl Exp $
*
* Copyright (c) 2001 by David Frascone <dave@frascone.com>
*
@@ -1913,7 +1913,7 @@ proto_register_diameter(void)
/* Desegmentation */
prefs_register_bool_preference(diameter_module, "desegment",
- "Desegment all Diameter messages spanning multiple TCP segments",
+ "Desegment all Diameter messages\nspanning multiple TCP segments",
"Whether the Diameter dissector should desegment all messages spanning multiple TCP segments",
&gbl_diameter_desegment);
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",
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);
}
diff --git a/packet-rsync.c b/packet-rsync.c
index 9c7eb93385..8825eff877 100644
--- a/packet-rsync.c
+++ b/packet-rsync.c
@@ -3,7 +3,7 @@
* [ very rough, but mininally functional ]
* Copyright 2003, Brad Hards <bradh@frogmouth.net>
*
- * $Id: packet-rsync.c,v 1.6 2003/07/08 04:06:26 tpot Exp $
+ * $Id: packet-rsync.c,v 1.7 2004/01/17 12:51:00 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -326,7 +326,7 @@ proto_register_rsync(void)
10,
&glb_rsync_tcp_port);
prefs_register_bool_preference(rsync_module, "desegment",
- "Desegment all RSYNC messages spanning multiple TCP segments",
+ "Desegment all RSYNC messages\nspanning multiple TCP segments",
"Whether the RSYNC dissector should desegment all messages spanning multiple TCP segments",
&rsync_desegment);
}
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",
diff --git a/packet-smtp.c b/packet-smtp.c
index 6bd232ff36..ec271538a4 100644
--- a/packet-smtp.c
+++ b/packet-smtp.c
@@ -1,7 +1,7 @@
/* packet-smtp.c
* Routines for SMTP packet disassembly
*
- * $Id: packet-smtp.c,v 1.35 2003/09/16 17:42:01 guy Exp $
+ * $Id: packet-smtp.c,v 1.36 2004/01/17 12:51:00 ulfl Exp $
*
* Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -577,7 +577,7 @@ 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 spanning multiple TCP segments",
+ "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",
&smtp_desegment);
}
diff --git a/packet-snmp.c b/packet-snmp.c
index 19026b8cdb..8fd17c5b7c 100644
--- a/packet-snmp.c
+++ b/packet-snmp.c
@@ -10,7 +10,7 @@
*
* See RFCs 2570-2576 for SNMPv3
*
- * $Id: packet-snmp.c,v 1.123 2003/11/16 23:17:22 guy Exp $
+ * $Id: packet-snmp.c,v 1.124 2004/01/17 12:51:00 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2495,7 +2495,7 @@ proto_register_snmp(void)
"List of MIB modules to load (the list is set to environment variable MIBS if the variable is not already set)",
&mib_modules);
prefs_register_bool_preference(snmp_module, "desegment",
- "Desegment all SNMP-over-TCP messages spanning multiple TCP segments",
+ "Desegment all SNMP-over-TCP messages\nspanning multiple TCP segments",
"Whether the SNMP dissector should desegment all messages "
"spanning multiple TCP segments",
&snmp_desegment);