Wireshark-commits: [Wireshark-commits] master 8882c22: USB HID: dissect the missing fields from inp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 Mar 2020 11:56:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8882c228514a4b018a7feb488b8d0427e81194c4
Submitter: "Tomasz Moń <desowin@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8882c22 by Filipe Laíns (lains@xxxxxxxxxxxxx):

    USB HID: dissect the missing fields from input/output/feature items
    
    We try to provide as much useful information as we can in the top level
    item without it being too much. The approach on how to handle theese
    items was copied from hid-tools.
    
    Change-Id: I1c6b24c6fcd989b5188391cad8e7a629c58beebb
    Signed-off-by: Filipe Laíns <lains@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36391
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Tomasz Moń <desowin@xxxxxxxxx>
    

Actions performed:

    from  64c3b2d   USB HID: provide item string for the unicode usage page
     add  8882c22   USB HID: dissect the missing fields from input/output/feature items


Summary of changes:
 epan/dissectors/packet-usb-hid.c | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)