ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 2452367: Bluetooth: SMP: Implement 3 more commands

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 Dec 2016 13:37:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2452367d25e39840f679538cd2e49649c914016e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Bluetooth: SMP: Implement 3 more commands
    
    0x0C: /* Pairing Public Key */
    0x0D: /* Pairing DHKey Check" */
    0x0E: /* Pairing Keypress Notification */
    
    Change-Id: I18dc88d2cb7a96412b230a9b414ce053bfde09fa
    Reviewed-on: https://code.wireshark.org/review/19080
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d67b557   Bluetooth: SMP: Add coloring rule for SMP
    adds  2452367   Bluetooth: SMP: Implement 3 more commands


Summary of changes:
 epan/dissectors/packet-btsmp.c |   71 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 65 insertions(+), 6 deletions(-)