I have a program that talks to a PLC using GE FANUC SNP protocol. I am attempting to parse the data in spy mode using the plugin into something readable. So far I've only been able to display it in the raw format. Do I have to manually set up the requests in the plugin so it can parse them?
Yes, you need to define requests. Could you capture raw data (in/out) to different files and send me for testing? May be this parser was not designed to work in the spy mode.