aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/epan/ethercat/packet-ecatmb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/epan/ethercat/packet-ecatmb.c b/plugins/epan/ethercat/packet-ecatmb.c
index ab352b6932..e17b2180f7 100644
--- a/plugins/epan/ethercat/packet-ecatmb.c
+++ b/plugins/epan/ethercat/packet-ecatmb.c
@@ -266,6 +266,7 @@ static const value_string CANopenType[] =
{ ETHERCAT_COE_TYPE_RXPDO, "RxPDO" },
{ ETHERCAT_COE_TYPE_TXPDO_RTR, "TxPDO_RTR" },
{ ETHERCAT_COE_TYPE_RXPDO_RTR, "RxPDO_RTR" },
+ { ETHERCAT_COE_TYPE_SDOINFO, "SDO Information" },
{ 0, NULL }
};