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 c9dd46c: Bluetooth: Make Source/Destination BD_ADDRs

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

Commits:

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

    Bluetooth: Make Source/Destination BD_ADDRs and names filterable
    
    Source/Destination BD_ADDRs and name are filterable.
    Also simplify code around wmem trees, and enable commented "data"
    field in unreassembled case and fix btl2cap offsets
    (discovered by enabling "data" field).
    
    Change-Id: Ic28c9bf19bcd6281b652be538b221da74df4bb76
    Reviewed-on: https://code.wireshark.org/review/471
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  248c284   Bluetooth: Fix interface_id
    adds  c9dd46c   Bluetooth: Make Source/Destination BD_ADDRs and names filterable


Summary of changes:
 epan/dissectors/packet-bthci_acl.c |  266 +++++++++++++++++++-----------------
 epan/dissectors/packet-btl2cap.c   |   19 +--
 2 files changed, 149 insertions(+), 136 deletions(-)