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

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Dec 2014 11:02:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4a467ff609f1b5ee99cbc1aaccdc7b78d3cbecbc
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4a467ff 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: Id67703edc08df73d4c7a2f66ee8f4d6810a867c9
    Reviewed-on: https://code.wireshark.org/review/5776
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  ee4a7f2   DisplayFilter: Check also another fields with the same name
    adds  4a467ff   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          |   58 +++++++++++++++---
 epan/dissectors/packet-hci_mon.c       |    2 +-
 5 files changed, 123 insertions(+), 104 deletions(-)