|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Pseudo-header for I2C bus capture files carrying bus number, event type, and flag metadata. More...
#include <wtap.h>
Public Attributes | |
| uint8_t | is_event |
| uint8_t | bus |
| uint32_t | flags |
Pseudo-header for I2C bus capture files carrying bus number, event type, and flag metadata.
| uint8_t i2c_phdr::bus |
I2C bus number on which this transfer or event was captured.
| uint32_t i2c_phdr::flags |
Bitmask of I2C capture flags describing transfer properties and error conditions.
| uint8_t i2c_phdr::is_event |
Non-zero if this record represents an I2C bus event rather than a data transfer.