Wireshark-commits: [Wireshark-commits] master 17ccb2c: packet-nfs: update GETDEVICEINFO op for pNFS

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Apr 2016 10:06:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17ccb2cb44846102ddfbce752aaf56edd9870cce
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17ccb2c by Benjamin Coddington (bcodding@xxxxxxxxxx):

    packet-nfs: update GETDEVICEINFO op for pNFS SCSI
    
    The pNFS SCSI layout type defines additional structures to be returned for
    GETDEVICEINFO to refer to SCSI volumes.  Update packet-nfs.c to decode
    these structures.  Only BASE volume types have been tested.
    
    Change-Id: I8c6e283d6f98763ee505c7880dbc5ceac0e86675
    Reviewed-on: https://code.wireshark.org/review/15016
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  14f2a65   If you allocate with wmem, free with wmem (more of same).
    adds  17ccb2c   packet-nfs: update GETDEVICEINFO op for pNFS SCSI


Summary of changes:
 epan/dissectors/packet-nfs.c |  183 ++++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-nfs.h |    1 +
 2 files changed, 184 insertions(+)