Wireshark-commits: [Wireshark-commits] master 359ff31: Bluetooth: HCI: Improve detecting of undecod

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 Feb 2015 10:47:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=359ff3100b06b5e7bacbb199830b2d9a814d3a41
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

359ff31 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: HCI: Improve detecting of undecoded and unknown commands
    
    Undecoded command - command does exist in specification,
                        but not fully implemented in Wireshark yet
    Unknown command - command does not exist in specification or
                      it is quite new and opcode number is not added yet
    Unexpected parameter - is now working correctly that means if
                           there is known command but too many parameters
                           so user should know about this issue
    
    Change-Id: If3ee24f617f7e6683049558f7a6d68e346e7c92f
    Reviewed-on: https://code.wireshark.org/review/6898
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  2cae320   CMake: Build a complete application bundle on OS X.
    adds  359ff31   Bluetooth: HCI: Improve detecting of undecoded and unknown commands


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