summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-10-29 13:53:26 +0100
committerMichael Mann <mmann78@netscape.net>2015-10-29 14:34:12 +0000
commit3690d133625b661eb9c64ec6b988e25be62630b1 (patch)
tree4a2bd77e8290cc27329b60f485f0f97781dfe412
parentb3f977cc57c0d73ace536ef800aa5d53443646f3 (diff)
downloadwireshark-3690d133625b661eb9c64ec6b988e25be62630b1.tar.gz
EtherCAT: wrong display name
Wireshark is showing 2 consecutive bytes named "SubIdx" in a SDO info request (OpCode = 0x5) and response (OpCode = 0x6). But the second byte should be the "ValueInfo" instead in both request and response. Issue reported by ThoKu Bug:11652 Change-Id: I7f6395208d38e714071de5dbb40e3ddb9829f210 Reviewed-on: https://code.wireshark.org/review/11397 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 6c9ddbda65408ed15af69d74bfaa881e308f63b2) Reviewed-on: https://code.wireshark.org/review/11401
-rw-r--r--plugins/ethercat/packet-ecatmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index a0c93594f4..1c9f5e9d26 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -1825,7 +1825,7 @@ void proto_register_ecat_mailbox(void)
FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL },
},
{ &hf_ecat_mailbox_coe_sdoinfovalueinfo,
- { "Info Obj SubIdx", "ecat_mailbox.coe.sdoinfovalueinfo",
+ { "Info Obj ValueInfo", "ecat_mailbox.coe.sdoinfovalueinfo",
FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL },
},
{ &hf_ecat_mailbox_coe_sdoinfoerrorcode,