aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMichalis Kapsalakis <kapsalis1989@gmail.com>2018-01-16 13:06:38 +0100
committerDario Lombardo <lomato@gmail.com>2018-01-16 13:45:06 +0000
commit96e865b4b80595b49edfe294729ac7de054fe33c (patch)
tree6cecad737fa422233697b8b1dd881f032c06cafc /plugins
parent5352ef42f94b5c14a24eb2e5559440c71fdcae8f (diff)
EtherCAT: Add Mailbox as a string in EtherCAT Frame Types.
This commit adds the missing mailbox type to the EthercatFrameTypes array. Change-Id: I0710b723cdfa6cff28b6655729dafb68678518cb Reviewed-on: https://code.wireshark.org/review/25338 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'plugins')
-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 }
};