Wireshark-commits: [Wireshark-commits] master f5ed7a5: Bluetooth: HCI_EVT: Implement all remaining
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Mar 2017 19:59:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5ed7a5cb8b1508afd4c992762da6514e2c1016f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5ed7a5 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: HCI_EVT: Implement all remaining events/commands
    
    Event:
      Authenticated Payload Timeout Expired
    Commands:
      Set Connectionless Slave Broadcast
      Set Connectionless Slave Broadcast Receive
      Set MWS Signaling
      Read Synchronization Train Parameters
      Write Synchronization Train Parameters
      Read Secure Connections Host Support
      Read Authenticated Payload Timeout
      Read Local OOB Extended Data
      Read Extended Page Timeout
      Read Extended Inquiry Length
      LE Read Suggested Default Data Length
      LE Write Suggested Default Data Length
      LE Read Resolving List Size
      LE Read Peer Resolvable Address
      LE Read Local Resolvable Address
      LE Read Maximum Data Length
    
    Change-Id: Id57693b284151b054b7e06237744629a6af98057
    Reviewed-on: https://code.wireshark.org/review/20354
    Petri-Dish: Michal Labedzki <michal.tomasz.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f22964d   Qt: Fix goto next/prev packet toolbar buttons
    adds  f5ed7a5   Bluetooth: HCI_EVT: Implement all remaining events/commands


Summary of changes:
 epan/dissectors/packet-bthci_evt.c |  375 +++++++++++++++++++++++++++++++++++-
 1 file changed, 369 insertions(+), 6 deletions(-)