From 6c9ddbda65408ed15af69d74bfaa881e308f63b2 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 29 Oct 2015 13:53:26 +0100 Subject: 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 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- plugins/ethercat/packet-ecatmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c index f7b2c32b2e..6def091ff9 100644 --- a/plugins/ethercat/packet-ecatmb.c +++ b/plugins/ethercat/packet-ecatmb.c @@ -1718,7 +1718,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, -- cgit v1.2.3