URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f67f274243ff30c43680a2ab697865048aff356
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5f67f27 by Allan Møller Madsen (almomadk@xxxxxxxxx):
Bluetooth HCI update
Add dissection of commands:
- LE Periodic Advertising Create Sync
- LE Periodic Advertising Terminate Sync
- LE Add Device To Periodic Advertiser List
- LE Remove Device From Periodic Advertiser List
- LE Write RF Path Compensation
- LE Set Privacy Mode
Add dissection of command complete events:
- LE Read Periodic Advertiser List Size
- LE Read Transmit Power
- LE Read RF Path Compensation
Misc:
- Corrected identity address type decoding in privacy
related commands
- Corrected PHY decoding in LE Set Ext Scan Parameter
and LE Ext Create Connection commands
- Added decoding of missing LE scan filter policy values
- Units added for time parameters where missing
Change-Id: I8d3fa4571f511df2e128877078609c8d112821dd
Signed-off-by: Allan Møller Madsen <almomadk@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/28302
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from bef062e CIP: Improve I/O handling
adds 5f67f27 Bluetooth HCI update
Summary of changes:
epan/dissectors/packet-bthci_cmd.c | 159 +++++++++++++++++++++++++++++++------
epan/dissectors/packet-bthci_evt.c | 76 ++++++++++++++++--
2 files changed, 207 insertions(+), 28 deletions(-)