Wireshark-commits: [Wireshark-commits] master 57403db: USB Audio: Split AS format type dissection b
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 05 May 2019 05:07:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57403dbfd19d78fff4a359500281bb1bb7ca8172
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

57403db by Tomasz Moń (desowin@xxxxxxxxx):

    USB Audio: Split AS format type dissection by version
    
    Format types differ quite a lot between USB Audio version 1 and 2 thus
    it is good to clearly separate the dissection into separate functions.
    
    So far only the format type 1 of version 2 USB Audio Audio Streaming is
    dissected.
    
    Ping-Bug: 15503
    Change-Id: I40544c7efb05810e2281248d1d1d33951b3b42a9
    Reviewed-on: https://code.wireshark.org/review/33065
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2a76dc6   USB Audio: Dissect version 2 General AS descriptor
     add  57403db   USB Audio: Split AS format type dissection by version


Summary of changes:
 epan/dissectors/packet-usb-audio.c | 60 ++++++++++++++++++++++++++++++++------
 1 file changed, 51 insertions(+), 9 deletions(-)