Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
i2c_phdr Struct Reference

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

Detailed Description

Pseudo-header for I2C bus capture files carrying bus number, event type, and flag metadata.

Member Data Documentation

◆ bus

uint8_t i2c_phdr::bus

I2C bus number on which this transfer or event was captured.

◆ flags

uint32_t i2c_phdr::flags

Bitmask of I2C capture flags describing transfer properties and error conditions.

◆ is_event

uint8_t i2c_phdr::is_event

Non-zero if this record represents an I2C bus event rather than a data transfer.


The documentation for this struct was generated from the following file: