hutcheb commented on issue #954: URL: https://github.com/apache/plc4x/issues/954#issuecomment-1554658523
Taking a look at the pcaps, The 0.9.1 looks like it is it reading 4 variables N40[17], N40[0], N40[16] and N42[67]. The 0.11 version is trying to read N40[17], N40[0].8, N40[16] and N42[67]. (Note the N40[0].8 address change, which is the problem as it can't find that address) PLC4X should definitely handle the response a little better though. The 0.11 Go version is probably a write off, it really hasn't been tested at all. If anyone else is looking at this, then changing the ENIP protocol's TCP port in Wireshark to 10123 allows the messages to be decoded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
