Wireshark-commits: [Wireshark-commits] master 164af00: Bluetooth: Complete sessions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 22 Jun 2014 16:56:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=164af0050dd070109f4aaa5fdd3f23b41ebaa98d
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

164af00 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: Complete sessions
    
    Some interfaces support multiple Bluetooth adapters with events like
    add/remove. We must support that to distinquish adapters streams
    in case that new adapter has the same id that old one.
    
    Next one is create session for "Connection Handle", so
    next layer will now when it is connected and disconnected.
    This is also used to distinguish streams.
    
    Change-Id: I9e062c8e4cc9c033b75f1a596e8351a215169843
    Reviewed-on: https://code.wireshark.org/review/2548
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  58bbfa5   When setting entry_tree, set entry_item as well.
    adds  164af00   Bluetooth: Complete sessions


Summary of changes:
 epan/dissectors/packet-bluetooth-hci.h |   11 +++++-
 epan/dissectors/packet-bthci_acl.c     |   48 ++++++++++++++++++++---
 epan/dissectors/packet-bthci_acl.h     |    8 ++--
 epan/dissectors/packet-bthci_evt.c     |   52 +++++++++++++++++++++----
 epan/dissectors/packet-btl2cap.c       |   25 ++++++++----
 epan/dissectors/packet-hci_h1.c        |    7 ++++
 epan/dissectors/packet-hci_h4.c        |    7 ++++
 epan/dissectors/packet-hci_mon.c       |   67 ++++++++++++++++++++++++++++----
 epan/dissectors/packet-hci_usb.c       |    7 ++++
 9 files changed, 199 insertions(+), 33 deletions(-)