aboutsummaryrefslogtreecommitdiffstats
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 73ff29cf79..8cc9814ad0 100644
--- a/plugins/ethercat/packet-esl.c
+++ b/plugins/ethercat/packet-esl.c
@@ -365,7 +365,7 @@ proto_reg_handoff_esl(void) {
if (!initialized) {
eth_withoutfcs_handle = find_dissector("eth_withoutfcs");
- heur_dissector_add("eth", dissect_esl_heur, proto_esl);
+ heur_dissector_add("eth", dissect_esl_heur, "EtherCAT over Ethernet", "esl_eth", proto_esl);
initialized = TRUE;
}
proto_set_decoding(proto_esl, esl_enable_dissector);