aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-16 06:50:20 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-16 06:50:20 +0000
commit7c3ce4f5fa307e18833642d3ee3320279c90caea (patch)
treeb34692809bd8cccf65ce010f672f849c1e9fbd90 /epan/dissectors/packet-lmp.c
parentff38fe84761f4de23f6f676a2e67b08e0195e03a (diff)
Register "version" as an obsolete preference, so it's silently ignored,
rather than provoking a warning. svn path=/trunk/; revision=14657
Diffstat (limited to 'epan/dissectors/packet-lmp.c')
-rw-r--r--epan/dissectors/packet-lmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lmp.c b/epan/dissectors/packet-lmp.c
index e97c0eaa47..9a6eea51b3 100644
--- a/epan/dissectors/packet-lmp.c
+++ b/epan/dissectors/packet-lmp.c
@@ -2063,6 +2063,8 @@ register_lmp_prefs (void)
prefs_register_uint_preference(
lmp_module, "udp_port", "LMP UDP Port",
"UDP port number to use for LMP", 10, &lmp_udp_port_config);
+ prefs_register_obsolete_preference(
+ lmp_module, "version");
}
void