Wireshark-commits: [Wireshark-commits] master 23cef3d: smb2: add support for NFS reparse tags

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 Mar 2019 14:40:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23cef3d302b39b16cf35cd61b4bc2ff6594aba9c
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

23cef3d by Aurelien Aptel (aaptel@xxxxxxxx):

    smb2: add support for NFS reparse tags
    
    this change adds support for reparse tags added by Windows Server for
    NFS for special UNIX files (symlinks, devices, FIFOs, sockets).
    
    previously code assumed all reparse tags were Windows symlinks and
    would fail with "malformed packets" when parsing other tags.
    
    Change-Id: Ia0a642ed8e196d3544168f47a6be9f59f03be6d4
    Reviewed-on: https://code.wireshark.org/review/32273
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c00cdfe   ZigBee Device Profile: Changed info in column.
     add  23cef3d   smb2: add support for NFS reparse tags


Summary of changes:
 epan/dissectors/packet-smb2.c | 205 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 170 insertions(+), 35 deletions(-)