Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d0132ad: Bluetooth: AVDTP: Fix trees and distinguish

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Mar 2014 05:04:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d0132adb076e6d59141621f08c090ca5b68e59c5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d0132ad by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: AVDTP: Fix trees and distinguish local and remote SEPs
    
    When there is more then one interface or adapter then AVDTP dissector
    incorrectly mixing it data together. Patch extends keys to support
    multiple interfaces/adapters. Also do little simplification on trees.
    
    There are two device, both use SEPs to configuration and
    it is possible to use the same SEID. SetConfiguration use
    remote "ACP" SEID and local "INT" SEID, so there is need to
    distinguish them and please remember then INT SEID types can be
    unknown in most case.
    
    Change-Id: I150f3625f532386a1078deb8d0ac70a1c05c3f04
    Reviewed-on: https://code.wireshark.org/review/473
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  058527f   Fix bug 9835 disabled second media stream disables all media streams
    adds  d0132ad   Bluetooth: AVDTP: Fix trees and distinguish local and remote SEPs


Summary of changes:
 epan/dissectors/packet-btavdtp.c |  400 +++++++++++++++++++++++++-------------
 1 file changed, 267 insertions(+), 133 deletions(-)