My laptop is wired to a switch which is also wired to 2 Micrologix 1400 plc's. About every 1/2 second one plc is getting data from the other via a message instruction over the ethernet/ip connection and I have verified that this is working properly online with the plc. I was trying to detect this information with wireshark but I'm not having any luck. I even tried a filter for the specific static plc address 10.250.0.130. I would be grateful for any suggestions to get me going in the proper direction. asked 09 Feb '15, 08:16 wdfiller |
One Answer:
You might want to have a look at http://wiki.wireshark.org/CaptureSetup/Ethernet (switches only forward frames to the port on which the destination mac address has been seen, so you need to take special action to see the frames in Wireshark) answered 09 Feb '15, 08:50 SYN-bit ♦♦ |
Thanks, that makes sense. I do have a managed switch so I will look into that solution.