Wireshark-commits: [Wireshark-commits] master 48eff6a: Bluetooth: AD: Add dissector for Apple iBeac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Feb 2017 04:55:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48eff6a36bac1526756bbb42a8c9841641792938
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

48eff6a by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: AD: Add dissector for Apple iBeacon
    
    iBeacon is manufacturer specific (Apple) data in advertising packets.
    Based on: https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf
    
    Use DecodeAs on advertise packet using field "BT EIR/AD Manufacturer Company ID"
    then select this dissector "Apple iBeacon".
    
    Change-Id: Ie3e50a391914054f33144d99734cf59fbda9683e
    Reviewed-on: https://code.wireshark.org/review/19970
    Petri-Dish: Michal Labedzki <michal.tomasz.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  16c3ecb   g_slist_free_full requires glib 2.28
    adds  48eff6a   Bluetooth: AD: Add dissector for Apple iBeacon


Summary of changes:
 epan/dissectors/packet-bluetooth.c |   74 ++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)