aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usbms-uasp.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-17USB Attached SCSI protocol dissectorAidan MacDonald1-0/+632
This is capable of dissecting UASP traffic on a USB 2.0 bus, provided Wireshark sees the interface descriptor. Dissecting USB 3.0 traffic won't work properly because we don't have access to an URB's bulk stream ID, so the data transfer can't be attributed properly to commands.