aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-07-11 11:42:42 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-07-13 23:12:04 +0000
commita7d927a9e93377ff40b019430def26bfd61709f5 (patch)
treefd3aabb9b217c330e6c763641050916ce4b3be0c /plugins/epan
parent175d75aa0334bdf2483f2fd45eaf63884754b3b6 (diff)
prefs_register_protocol_obsolete protocols with only obsolete prefs
Related to #17465 and !3526
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/ethercat/packet-esl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/ethercat/packet-esl.c b/plugins/epan/ethercat/packet-esl.c
index c13f2ca7f3..9b8ca0bd9b 100644
--- a/plugins/epan/ethercat/packet-esl.c
+++ b/plugins/epan/ethercat/packet-esl.c
@@ -336,7 +336,7 @@ proto_register_esl(void) {
proto_esl = proto_register_protocol("EtherCAT Switch Link",
"ESL","esl");
- esl_module = prefs_register_protocol(proto_esl, proto_reg_handoff_esl);
+ esl_module = prefs_register_protocol_obsolete(proto_esl);
prefs_register_obsolete_preference(esl_module, "enable");