Wireshark-commits: [Wireshark-commits] master e2c3320: bthci: Correct endianess and fields related
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Aug 2020 16:01:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2c332032be7749e0a55ab33445b99ce0763efd6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e2c3320 by Allan Møller Madsen (almomadk@xxxxxxxxx):

    bthci: Correct endianess and fields related to LE isochronous streams
    
    Correct endianess for Max PDU field in LE Set CIG Parameters and LE
    Create BIG Test Command. Correct endianes for BIS handle and remove
    PHY field from LE Create BIG Sync Established Event.
    Add SDU interval field to LE BIGInfo Advertising Report Event.
    
    Change-Id: Ic276aceb5a2e1cd6e1c08ae20303bfbe6bdc1286
    Signed-off-by: Allan Møller Madsen <almomadk@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/38157
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  62c4e25   Check that at least one token exists to consider the JSON as valid
     add  e2c3320   bthci: Correct endianess and fields related to LE isochronous streams


Summary of changes:
 epan/dissectors/packet-bthci_cmd.c |  6 +++---
 epan/dissectors/packet-bthci_evt.c | 14 ++++++++++----
 2 files changed, 13 insertions(+), 7 deletions(-)