Wireshark-commits: [Wireshark-commits] master f5622e8: Bluetooth: nordic: Add support for protocol
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2020 18:00:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5622e81eb66cfb767ee900d8a896b6e091b8501
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: nordic: Add support for protocol version 3
    
    Add protocol for the nRF Sniffer for BLE version 3 of the UART protocol.
    These changes provides support for giving different packet IDs for advertising
    physical channel and data physical channel.
    The flags for advertising physical changes are intepreted differently,
    the direction, encryption and MIC valid flags are always zero and are therefore
    marked as reserved for future use instead.
    The time_delta field is changed to be a firmware timestamp instead. This is to
    allow better timestamping of the packets as the timestamp earlies was provided
    by the extcap python code, which does not provide accurate timestamps.
    
    Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc634531c
    Signed-off-by: Joakim Andersson <joakim.andersson@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36786
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  10469df   bluetooth: Provide auxiliary PDU types name from capture context
     add  f5622e8   Bluetooth: nordic: Add support for protocol version 3


Summary of changes:
 epan/dissectors/packet-nordic_ble.c | 343 ++++++++++++++++++++++++++++--------
 1 file changed, 270 insertions(+), 73 deletions(-)