aboutsummaryrefslogtreecommitdiffstats
path: root/packet-snmp.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-snmp.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-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);