aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.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-cops.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-cops.c')
-rw-r--r--packet-cops.c6
1 files changed, 3 insertions, 3 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*/