aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.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-snmp.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-snmp.c')
-rw-r--r--packet-snmp.c4
1 files changed, 2 insertions, 2 deletions
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);