Wireshark-commits: [Wireshark-commits] master 24d7323: Bluetooth: nordic: Calculate packet time for
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Apr 2020 05:09:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=24d7323eaf6ce305e361cc060a52f03c28d2f1e7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

24d7323 by Joakim Andersson (joakim.andersson@xxxxxxxxxxxxx):

    Bluetooth: nordic: Calculate packet time for LE Coded PHY packets
    
    Calculate the packet time of an LE Coded PHY using both S8 and S2 coding.
    The First part of the packet is always sent in S8 coding. And the CI flag
    tells which coding rate is used for FEC block 2.
    
    Change-Id: I7f0ad74b3e30ffecade59b6d0c5965bfc634531f
    Signed-off-by: Joakim Andersson <joakim.andersson@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36788
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8af333a   Bluetooth: Add support for dissecting packet format on LE Coded PHY
     add  24d7323   Bluetooth: nordic: Calculate packet time for LE Coded PHY packets


Summary of changes:
 epan/dissectors/packet-nordic_ble.c | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)