Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Filter i2c data contained in a USB packet

I am using an FTDI USB-to-I2C adapter. I read and write I2C packets over the USB interface. Is it possible to filter on ic2 data found inside usb.capdata?

For example, I filter on "(usb.capdata contains aa)" to see just the entries that contain my i2c data (using 0xaa in the body).

Could I filter something like "i2c.addr" out of usb.capdata?