URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7461a80feb1af02e24ffa3b64feb02676250d48
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f7461a8 by Peter Wu (peter@xxxxxxxxxxxxx):
USB: decode HID desc for unknown iface class
If the interface class is not yet known (for example, in the enumeration
phase; or if the interface descriptor was missed), then a HID descriptor
would not get dissected. Instead of printing an unhelpful "unknown
descriptor" message, always try to find a HID descriptor.
Change-Id: Ic162d6b93b0428a1edd3a925229093dfcc52c42d
Reviewed-on: https://code.wireshark.org/review/735
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 35c8934 USB: show data fragment for control messages
adds f7461a8 USB: decode HID desc for unknown iface class
Summary of changes:
epan/dissectors/packet-usb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)