Wireshark-commits: [Wireshark-commits] master 1f80297: Bluetooth: Handle reserved bits in LE channe
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Apr 2020 16:16:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f802975f20c4d01e1b63f3d5c350262ac29d48e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1f80297 by Joakim Andersson (joakim.andersson@xxxxxxxxxxxxx):

    Bluetooth: Handle reserved bits in LE channel map
    
    Handle the reserved bits in the LE channel map. The bits do not
    represent the advertising channels, but are simply reserved.
    Allow the dissector to set these bits as non-channel map related, which
    is the case for Extended Advertising Sync Info.
    
    Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc6345314
    Signed-off-by: Joakim Andersson <joakim.andersson@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36779
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8892360   Fix up some broken links to specs from dissectors.
     add  1f80297   Bluetooth: Handle reserved bits in LE channel map


Summary of changes:
 epan/dissectors/packet-bthci_cmd.c | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)