HID Report Descriptor
I can find very little help on finding the HID Report Descriptors that are requested from a mouse.
How can I get to see these descriptors? I'm also struggling to understand which filter would do the job where all I want to see are these?
There is a pcap (task.pcap) attached to this Wireshark issue 14026
Set a display filter of
usbhid
- are those what you're looking for?Yes, that's brill. Exactly what I wanted to see.
The descriptor is decoded too. Thanks.