Wireshark-commits: [Wireshark-commits] master 321de10: USB Audio: Dissecting Selector Unit and Endp
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 02 Mar 2020 14:16:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=321de10aade97ad6347382c13f40c72cab34ec91
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

321de10 by Ameya Deshpande (ameya.181co205@xxxxxxxxxxx):

    USB Audio: Dissecting Selector Unit and Endpoint Descriptor
    
    Dissection of "Class-specific Audio Control Interface Descriptor:
    Selector Unit Descriptor" and "ENDPOINT DESCRIPTOR" for USB Audio
    Device added.
    The USB Audio class extended Standard USB Endpoint Descriptor 2
    bytes further. A condition to check whether the interface class is
    CLASS_AUDIO is added and the 2 bytes are dissected.
    
    Change-Id: I63f1334df71b9e8cd92a299d533b732b0a13ace7
    Reviewed-on: https://code.wireshark.org/review/36250
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  340e9b3   GSMTAP: also dissect PCS band indicator of ARFCN
     add  321de10   USB Audio: Dissecting Selector Unit and Endpoint Descriptor


Summary of changes:
 epan/dissectors/packet-usb-audio.c | 56 ++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-usb.c       | 20 ++++++++++++++
 2 files changed, 76 insertions(+)