aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lmp.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-lmp.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-lmp.c')
-rw-r--r--packet-lmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-lmp.c b/packet-lmp.c
index 54dbeab46b..70880c33be 100644
--- a/packet-lmp.c
+++ b/packet-lmp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-lmp.c,v 1.14 2002/12/02 23:43:26 guy Exp $
+ * $Id: packet-lmp.c,v 1.15 2003/01/28 23:56:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1527,7 +1527,7 @@ register_lmp_prefs (void)
lmp_module = prefs_register_protocol(proto_lmp, NULL);
prefs_register_enum_preference(
- lmp_module, "lmp_version",
+ lmp_module, "version",
"Draft version of LMP",
"Specifies the IETF CCAMP draft version of LMP to interpret",
&lmp_draft_ver, lmp_ver, FALSE);