URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e761f0ac00395ed8c964ac0414e0dc704f54d23
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6e761f0 by Allan Møller Madsen (almomadk@xxxxxxxxx):
Add dissection of Bluetooth 5.0 AE related HCI commands
Added the following batch of HCI commands:
LE Read Maximum Advertising Data Length
LE Read Number of Supported Advertising Sets
LE Remove Advertising Set
LE Set Periodic Advertising Data
LE Set Periodic Advertising Enable
LE Set Extended Scan Parameters
LE Set Extended Scan Enable
LE Extended Create Connection
Corrected min/max interval field sizes of LE Set Extended
Advertising Parameters command and updated LE Set Extended
Advertising Enable command to use subtree for each set.
Change-Id: Id9c08189a76a0a4adc89b669b50d832f68a929aa
Signed-off-by: Allan Møller Madsen <almomadk@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/19958
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1ec2a69 Bluetooth: EIR/AD: Add support for LE Features and Channel Map
adds 6e761f0 Add dissection of Bluetooth 5.0 AE related HCI commands
Summary of changes:
epan/dissectors/packet-bthci_cmd.c | 387 +++++++++++++++++++++++++++++++++---
epan/dissectors/packet-bthci_evt.c | 32 +++
2 files changed, 386 insertions(+), 33 deletions(-)