Wireshark-commits: [Wireshark-commits] master b6e4b38: Bluetooth: Dissect the common extendend adve

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2020 10:22:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6e4b38f25ab24a18a1ba2bc3f72c021e1411340
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b6e4b38 by Joakim Andersson (joakim.andersson@xxxxxxxxxxxxx):

    Bluetooth: Dissect the common extendend advertising payload header
    
    Dissect the common extendend advertising payload header which is common for
    the following advertising PDUs:
     - ADV_EXT_IND
     - AUX_ADV_IND
     - AUX_SYNC_IND
     - AUX_CHAIN_IND
     - AUX_SCAN_RSP
     - AUX_CONNECT_RSP
    
    Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc6345317
    Signed-off-by: Joakim Andersson <joakim.andersson@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36781
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a6ea26a   Bluetooth: Add handling of ADV_EXT_IND and setting valid adv header flags
     add  b6e4b38   Bluetooth: Dissect the common extendend advertising payload header


Summary of changes:
 epan/dissectors/packet-btle.c | 492 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 491 insertions(+), 1 deletion(-)