Wireshark-commits: [Wireshark-commits] master c641118: Qt: Fix filling bluetooth device address

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Apr 2020 14:44:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6411187a04fcd093bcbdf5003d9ed4a6c7eaacc
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c641118 by Signat Sibirskiy (ord.blant@xxxxxxxxx):

    Qt: Fix filling bluetooth device address
    
        When filling bd_addr from tap_device->bd_addr[], only the first
    octet was used
    
    Change-Id: I3cb281d96126d77e5e6862e44704c7f9ab34cb78
    Reviewed-on: https://code.wireshark.org/review/36152
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d5ec688   ColumnPreferencesFrame: fix memory leaks
     add  c641118   Qt: Fix filling bluetooth device address


Summary of changes:
 ui/qt/bluetooth_device_dialog.cpp  | 7 ++++---
 ui/qt/bluetooth_devices_dialog.cpp | 8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)