ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 060cc68: nfs: NFSv4.2 SEEK, ALLOCATE, DEALLOCATE supp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Nov 2014 01:38:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=060cc689249d0fbdbcd95a27c1617b13003ed8c7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

060cc68 by J. Bruce Fields (bfields@xxxxxxxxxx):

    nfs: NFSv4.2 SEEK, ALLOCATE, DEALLOCATE support
    
    NFSv4.2 is still a draft, but these three ops are implemented at least
    for Linux now and are very unlikely to change any further.
    
    Ping-Bug: 10649
    Change-Id: Ia2917de59fb2b0ed7191c9f362b7eb60756d7634
    Reviewed-on: https://code.wireshark.org/review/5143
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  67c9ff0   nfs: interpret aclsupport attribute
    adds  060cc68   nfs: NFSv4.2 SEEK, ALLOCATE, DEALLOCATE support


Summary of changes:
 epan/dissectors/packet-nfs.c |  110 +++++++++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-nfs.h |    6 ++-
 2 files changed, 103 insertions(+), 13 deletions(-)