The usb.urb_type is described as "URB type" "String" in the manual http://www.wireshark.org/docs/dfref/u/usb.html. This is very helpful. But now, I want to see only host-do-device requests. usb.urb_type == URB_SUBMIT blocks everything. asked 25 Mar '11, 04:50 valentin edited 25 Mar '11, 05:00 |
3 Answers:
Try: answered 25 Mar '11, 07:14 cmaynard ♦♦ |
I have changed the format of this field from a "String" to an "Unsigned 8-bit integer", so starting with Wireshark 1.5.1, you will be able to filter using answered 25 Mar '11, 12:02 cmaynard ♦♦ |
you can also usb[8] == 53 answered 03 Aug '11, 10:08 terxx |