[pnfs] [PATCH 05/13] fixed layoutget reply decode according to draft >= 19
Benny Halevy
bhalevy at panasas.com
Tue Jun 17 05:09:38 EDT 2008
> + /* If not files layout type eat the rest and move on.. */
> + if (layout_type != 1) {
We should define constants for the standard layout types
in epan/dissectors/packet-nfs.h and check against
LAYOUT4_NFSV4_1_FILES, not against "1".
Benny
> + offset = dissect_nfsdata(tvb, offset, newtree, hf_nfs_layout4);
> + continue;
> + }
More information about the pNFS
mailing list