Wireshark-commits: [Wireshark-commits] master-3.2 83e6c28: USB CDC: Match subordinate interfaces wi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Dec 2019 12:25:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=83e6c2890ab4e0819c84e66631eed11276888407
Submitter: "Tomasz Moń <desowin@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

83e6c28 by Tomasz Moń (desowin@xxxxxxxxx):

    USB CDC: Match subordinate interfaces with master
    
    CDC Data interfaces are linked with Communications and CDC Control
    interfaces via Union Functional Descriptors. Store subordinate to master
    interface connection during descriptor dissection and use that
    information to determine if CDC Data is Ethernet or not.
    
    Bug: 14587
    Change-Id: I442262186319969303af9ac3a7c17aad19cecab8
    Reviewed-on: https://code.wireshark.org/review/35496
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 87ef6cea3493dcc50af585cd62e679ebd1f3408e)
    Reviewed-on: https://code.wireshark.org/review/35559
    Reviewed-by: Tomasz Moń <desowin@xxxxxxxxx>
    

Actions performed:

    from  1835e75   Qt: Fix the Capture File Properties dropped format.
     add  83e6c28   USB CDC: Match subordinate interfaces with master


Summary of changes:
 epan/dissectors/packet-usb-com.c | 129 ++++++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-usb.c     |   4 ++
 2 files changed, 119 insertions(+), 14 deletions(-)