Hello,
I really appreciate your work on Packet.NET and Sharppcap. I wanted to ask for some help implementing EtherCAT packet dissections natively in Packet.NET. What'd be the best way of doing that in order to achieve the best possible performances?
I've seen that inside the EthernetType enum EtherCAT entry is already present, so I guess it wouldn't be bad to add it to the list of supported packets.
For those unfamiliar with EtherCAT protocol, here you can find the packet structure.
Thank you in advance for your help.
Hello,
I really appreciate your work on Packet.NET and Sharppcap. I wanted to ask for some help implementing EtherCAT packet dissections natively in Packet.NET. What'd be the best way of doing that in order to achieve the best possible performances?
I've seen that inside the
EthernetTypeenum EtherCAT entry is already present, so I guess it wouldn't be bad to add it to the list of supported packets.For those unfamiliar with EtherCAT protocol, here you can find the packet structure.
Thank you in advance for your help.