Wireshark-commits: [Wireshark-commits] master 391d451: smb2: SMB_EXT_FILE_ATTR is misused to parse

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Jul 2020 19:06:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=391d45166330d4b159250fab30f9a36420c8faa9
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

391d451 by Zhenhua Hu (fattiger1102@xxxxxxxxx):

    smb2: SMB_EXT_FILE_ATTR is misused to parse FileAttributes of SMB2.
    
    Bug: 16699
    Change-Id: I9a53cd45d7d7f956f73610d767f19bfc86219d39
    Reviewed-on: https://code.wireshark.org/review/37864
    Reviewed-by: Zhenhua Hu <fattiger1102@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7445a7b   ACDR: Add TLS_APP_TPNCP
     add  391d451   smb2: SMB_EXT_FILE_ATTR is misused to parse FileAttributes of SMB2.


Summary of changes:
 epan/dissectors/packet-smb.h  |   2 -
 epan/dissectors/packet-smb2.c | 175 +++++++++++++++++++++++++++++++++++++++---
 2 files changed, 165 insertions(+), 12 deletions(-)