Wireshark-commits: [Wireshark-commits] master 03577f6: NFS: Dissect NFSv4.1 dacl and sacl attribute
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 May 2015 14:05:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03577f6ba4043016f8dbdfa60ca5c5b29ea5cba7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

03577f6 by Andreas Gruenbacher (andreas.gruenbacher@xxxxxxxxx):

    NFS: Dissect NFSv4.1 dacl and sacl attributes
    
    The NFSv4.1 dacl and sacl attributes consist of a 32-bit acl flags field,
    followed by an access control list in the same format as the acl attribute.
    
    Bug: 11208
    Change-Id: I5fb08f9764c21cd6abb4ee02265e4e6b4ed54f01
    Reviewed-on: https://code.wireshark.org/review/8526
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  e6b5ae7   Diameter: fix indent (Use 4 spaces)
    adds  03577f6   NFS: Dissect NFSv4.1 dacl and sacl attributes


Summary of changes:
 epan/dissectors/packet-nfs.c |   75 ++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 72 insertions(+), 3 deletions(-)