How can I put data from two or more frames together in a custom Wireshark dissector?
Hi,
I'm writing a Wireshark plugin dissector for IO-Linkdata. In some special cases I have to collect data over 2 or 3 frames until its complete. I read about the conversation but I don't think I can work with this solution because I don't have addresses. In my case, one frame is master data + device data. I also looked at https://www.wireshark.org/docs/wsdg_h..., but this tutorial didn't help. Maybe I'm too inexperienced in C or programming in general to understand it without help.
Best regards
Rob
Rob, Just curious what interface you intended to use for capturing the traffic and status of the entire project?