Wireshark-commits: [Wireshark-commits] master 8bf6516: dissect a get descriptor request and respons

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 Feb 2015 18:20:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8bf65168ad52137315e215309ddb7559e21504af
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8bf6516 by Martin Kaiser (wireshark@xxxxxxxxx):

    dissect a get descriptor request and response for the HID report descriptor
    
    treat those two messages as class-specific control messages, handle them
    inside the USB HID dissector
    
    Change-Id: I42d201df4a8fdb94c947b6118c0b50945c306423
    Reviewed-on: https://code.wireshark.org/review/7006
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  5403478   refactor the dissection of USB setup requests
    adds  8bf6516   dissect a get descriptor request and response for the HID report descriptor


Summary of changes:
 epan/dissectors/packet-usb-hid.c |  140 +++++++++++++++++++++++++++++++-------
 epan/dissectors/packet-usb.c     |   24 -------
 epan/dissectors/packet-usb.h     |   16 +++++
 3 files changed, 130 insertions(+), 50 deletions(-)