aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mtp3.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-28 23:56:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-28 23:56:40 +0000
commit7dea6d9ba8496808534f7b7a0580fa62ad325a79 (patch)
treeb49a0d66cf5f5a051a390c130dce54926825d354 /packet-mtp3.c
parentaab4c7ae3b64586ae4d9c5e83cd90f8fbc3535f0 (diff)
Panic if a preference starts with the name of the module to which it
belongs, as that's redundant. Fix a bunch of cases where that was done, and map the old name to the new name. Instead of marking "mtp3.mtp3_standard" as obsolete, map it to "mtp3.standard". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7030 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-mtp3.c')
-rw-r--r--packet-mtp3.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-mtp3.c b/packet-mtp3.c
index c249427305..5edf6cfacd 100644
--- a/packet-mtp3.c
+++ b/packet-mtp3.c
@@ -3,7 +3,7 @@
* Copyright 2001, Michael Tuexen <Michael.Tuexen@icn.siemens.de>
* Updated for ANSI support by Jeff Morriss <jeff.morriss[AT]ulticom.com>
*
- * $Id: packet-mtp3.c,v 1.13 2003/01/02 20:44:32 guy Exp $
+ * $Id: packet-mtp3.c,v 1.14 2003/01/28 23:56:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -433,9 +433,6 @@ proto_register_mtp3(void)
mtp3_module = prefs_register_protocol(proto_mtp3, NULL);
- /* Version 1.5 to 1.11 of this module used "mtp3_standard" */
- prefs_register_obsolete_preference(mtp3_module, "mtp3_standard");
-
prefs_register_enum_preference(mtp3_module, "standard", "MTP3 standard",
"The SS7 standard used in MTP3 packets",
(gint *)&mtp3_standard, mtp3_options, FALSE);