Wireshark-commits: [Wireshark-commits] master a89c17f: Bluetooth: BTLE: Add src/dst addresses when

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Dec 2014 14:27:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a89c17fb52ec1270076abd82e6e5cd56d94fa682
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: BTLE: Add src/dst addresses when they are known
    
    Generally where it is not connection then on LinkLayer protocol level
    addresses for Source and Destination device are known.
    
    Change-Id: I28da88381a26826ad4897b56da993909130683d3
    Reviewed-on: https://code.wireshark.org/review/5768
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  afacb1c   Bluetooth: Fix CRC Init length in Ubertooth
    adds  a89c17f   Bluetooth: BTLE: Add src/dst addresses when they are known


Summary of changes:
 epan/dissectors/packet-bluetooth-hci.h |    3 +-
 epan/dissectors/packet-bthci_cmd.c     |   62 +++++++++----------
 epan/dissectors/packet-bthci_evt.c     |  102 +++++++++++++-------------------
 epan/dissectors/packet-btle.c          |   49 ++++++++++++---
 epan/dissectors/packet-hci_mon.c       |    2 +-
 5 files changed, 116 insertions(+), 102 deletions(-)