Wireshark-commits: [Wireshark-commits] master 87ef6cea: USB CDC: Match subordinate interfaces with
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Dec 2019 13:42:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=87ef6cea3493dcc50af585cd62e679ebd1f3408e
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

87ef6cea 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>
    

Actions performed:

    from  63a9543   Additional styles for IO Graph
     add  87ef6cea  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(-)