Wireshark-commits: [Wireshark-commits] master 4010996: SMB2: display oplock/lease break packets pro
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Dec 2019 03:28:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4010996d8e7349eb021ff9585c206d74c425011e
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4010996 by Volodymyr Khomenko (volodymyr@xxxxxxxxxxxx):

    SMB2: display oplock/lease break packets properly
    
    Changed display of SMB2 oplock/lease break packets:
    using proper Notification/Acknowledgment/Response naming notation and
    explicitly indicate Oplock/Lease type of packets.
    According to [MS-SMB2] 2.2.23, 2.2.24 and 2.2.25
    
    Bug: 16296
    Change-Id: I04c8b34116aec850b917fd47f6333fb56a1ec934
    Reviewed-on: https://code.wireshark.org/review/35560
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b21276d   Qt: Create directories recursively
     add  4010996   SMB2: display oplock/lease break packets properly


Summary of changes:
 epan/dissectors/packet-smb2.c | 88 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 74 insertions(+), 14 deletions(-)