aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/epan/ethercat/packet-ethercat-frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/epan/ethercat/packet-ethercat-frame.c b/plugins/epan/ethercat/packet-ethercat-frame.c
index bf59d6ca45..8b6029a540 100644
--- a/plugins/epan/ethercat/packet-ethercat-frame.c
+++ b/plugins/epan/ethercat/packet-ethercat-frame.c
@@ -53,6 +53,7 @@ static const value_string EthercatFrameTypes[] =
{ 2, "ADS", },
{ 3, "RAW-IO", },
{ 4, "NV", },
+ { 5, "Mailbox"},
{ 0, NULL }
};