Wireshark-commits: [Wireshark-commits] master 7f32349: Bluetooth: HCI_CMD: Implement a lot of remai
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f3234981540afa94462cdb349752ce3db7acbee
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7f32349 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: HCI_CMD: Implement a lot of remaining commands
Commands:
Enhanced Setup Synchronous Connection
Enhanced Accept Synchronous Connection Request
Truncated Page
Truncated Page Cancel
Set Connectionless Slave Broadcast
Set Connectionless Slave Broadcast Receive
Start Synchronization Train
Receive Synchronization Train
Remote OOB Extended Data Request Reply
Set MWS Channel Parameters
Set External Frame Configuration
Set MWS Signaling
Set MWS Transport Layer
Set MWS Scan Frequency Table
Set MWS Pattern Configuration
Set Reserved LT_ADDR
Delete Reserved LT_ADDR
Set Triggered Clock Capture
AMP Test
Write Secure Connections Test Mode
Fix copy-paste issue:
Implementation for "Get MWS Transport Layer Configuration"
was in: "Set Triggered Clock Capture"
Change-Id: I4a2119278b1f3a7e1a3ec87f499d9aa43e8b8a96
Reviewed-on: https://code.wireshark.org/review/20890
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 386dd82 ICMPv6: use a single field for RPL Secure Algorithm
adds 7f32349 Bluetooth: HCI_CMD: Implement a lot of remaining commands
Summary of changes:
epan/dissectors/packet-bthci_cmd.c | 1346 +++++++++++++++++++++++++++++++-----
epan/dissectors/packet-bthci_evt.c | 15 +-
epan/dissectors/packet-bthci_evt.h | 3 +
3 files changed, 1194 insertions(+), 170 deletions(-)