summaryrefslogtreecommitdiff
path: root/plugins/ethercat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/packet-ethercat-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-ethercat-frame.c b/plugins/ethercat/packet-ethercat-frame.c
index 1db5599d75..b9f01d03f1 100644
--- a/plugins/ethercat/packet-ethercat-frame.c
+++ b/plugins/ethercat/packet-ethercat-frame.c
@@ -130,7 +130,7 @@ void proto_register_ethercat_frame(void)
};
proto_ethercat_frame = proto_register_protocol("EtherCAT frame header",
- "ETHERCAT","ethercat");
+ "ETHERCAT","ecatf");
proto_register_field_array(proto_ethercat_frame,hf,array_length(hf));
proto_register_subtree_array(ett, array_length(ett));