Wireshark-commits: [Wireshark-commits] master 12be948: smb2: add checking of SMB2 signatures
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Apr 2020 13:12:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12be9483d7914466392e6919c2335a47cdfa0cb1
Submitter: "ronnie sahlberg <ronniesahlberg@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

12be948 by Aurelien Aptel (aaptel@xxxxxxxx):

    smb2: add checking of SMB2 signatures
    
    By providing the session id and the session key we can now
    verify that the signature is correct for signed pdus.
    
    Change-Id: I0db931e6263ed226b289c4ceda261af82fb9ca4b
    Signed-off-by: Ronnie Sahlberg <ronniesahlberg@xxxxxxxxx>
    Signed-off-by: Aurelien Aptel <aaptel@xxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36872
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    

Actions performed:

    from  67ce472   ieee80211: Dissect OCE attributes of WFA MBO-OCE element
     add  12be948   smb2: add checking of SMB2 signatures


Summary of changes:
 epan/dissectors/packet-smb2.c | 113 ++++++++++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-smb2.h |   1 +
 2 files changed, 109 insertions(+), 5 deletions(-)