aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2022-07-23 16:16:27 +0200
committerUli Heilmeier <uh@heilmeier.eu>2022-07-23 16:16:27 +0200
commit54b4be901511993701c6bcc4da8e625ab2c3c222 (patch)
treed3007d6c64c660c24e90855473d4ea9186226163 /plugins
parent5f85c1f8aaed8bbf3e3c5a5bca1bb3c141f48a61 (diff)
ECATMB: Add SDO Information to CANopenType
Fixes #18220
Diffstat (limited to 'plugins')
-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 }
};