URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2cbec743e9c25154281413ea6062ecf81a8a5ea
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

a2cbec7 by Stig Bjørlykke (s...@bjorlykke.org):

    nordic_ble: Fix delta time start-to-start calculation
    
    The on-air time for a packet was calculated wrong because it was
    using the wrong number of on-air bytes.  This has been corrected.
    
    Calculating delta time start-to-start for BLE 4.2 requires support
    for on-air packet size up to 255 bytes (LE Data Length Extensions).
    For this the payload length size in the header has changed to two
    bytes.
    
    Calculating delta time start-to-start for BLE 5.0 needs physical
    layer data rate (LE 1M PHY or LE 2M PHY). For this the flags was
    extended with PHY values.
    
    Removed superfluous min and max length checks.
    
    Change-Id: I40bef14f0c19ee77a402efc76e5d01826e63e603
    Reviewed-on: https://code.wireshark.org/review/26457
    Petri-Dish: Stig Bjørlykke <s...@bjorlykke.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  81068f9   GSM BSSMAP: fix a typo in in speech version range_string
    adds  a2cbec7   nordic_ble: Fix delta time start-to-start calculation


Summary of changes:
 epan/dissectors/packet-nordic_ble.c | 279 +++++++++++++++++++++++++-----------
 1 file changed, 199 insertions(+), 80 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to