summaryrefslogtreecommitdiff
path: root/plugins/ethercat/packet-esl.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ethercat/packet-esl.c')
-rw-r--r--plugins/ethercat/packet-esl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-esl.c b/plugins/ethercat/packet-esl.c
index dc67ee747d..ead258c0d3 100644
--- a/plugins/ethercat/packet-esl.c
+++ b/plugins/ethercat/packet-esl.c
@@ -354,7 +354,7 @@ proto_register_esl(void) {
proto_register_field_array(proto_esl,hf,array_length(hf));
proto_register_subtree_array(ett,array_length(ett));
- new_register_dissector("esl", dissect_esl_header, proto_esl);
+ register_dissector("esl", dissect_esl_header, proto_esl);
}
void