Wireshark-commits: [Wireshark-commits] master 9f5a060: NFSv4.1 bugfixes
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Jan 2016 07:06:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f5a0601a648da841183b5e5efba8691e95d5cf8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9f5a060 by Trond Myklebust (trond.myklebust@xxxxxxxxxxxxxxx):

    NFSv4.1 bugfixes
    
    nfs: Fix up the SEQUENCE status flags
    The SEQUENCE status flags are being displayed incorrectly (after the NFSv4
    operations) due to being attached to the COMPOUND tree instead of the
    SEQUENCE op's tree.
    
    nfs/flexfiles: Ensure that we account for the layout_flags in the offset
    
    nfs/flexfiles: Add a dissector for the optional layoutget "stats collect hint"
    field
    
    Change-Id: I8744254aa9f65a0b33510f2352875b01804149c2
    Fixes: d892c32cc2d0 ("Eliminate proto_tree_add_text from packet-nfs.c")
    Fixes: 79b88aacb6d1 ("nfs: Cleanup of FlexFiles Layout Type")
    Signed-off-by: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/13477
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ed587b2   GSM SMS: add dissection of Special SMS Message Indication IE
    adds  9f5a060   NFSv4.1 bugfixes


Summary of changes:
 epan/dissectors/packet-nfs.c |   15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)