|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
EtherCAT datagram header, covering all addressing modes and control fields as defined by the EtherCAT specification. More...
#include <packet-ethercat-datagram.h>
Public Attributes | |
| uint8_t | cmd |
| uint8_t | idx |
| EcParserAddrUnion | anAddrUnion |
| uint16_t | len |
| uint16_t | intr |
EtherCAT datagram header, covering all addressing modes and control fields as defined by the EtherCAT specification.
| EcParserAddrUnion _EcParser::anAddrUnion |
Address field; interpretation depends on cmd.
| uint8_t _EcParser::cmd |
EtherCAT command (e.g. NOP, APRD, FPWR, BRD).
| uint8_t _EcParser::idx |
Index byte used to match responses to requests.
| uint16_t _EcParser::intr |
Interrupt / working counter field.
| uint16_t _EcParser::len |
Data length in bytes, plus flags in upper bits.