Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312036 Details for
Bug 455716
Updates for NFSv4.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Second path that adds file system layout types
wireshark-nfsv41-layout-types.patch (text/plain), 1.46 KB, created by
Steve Dickson
on 2008-07-17 11:33:03 UTC
(
hide
)
Description:
Second path that adds file system layout types
Filename:
MIME Type:
Creator:
Steve Dickson
Created:
2008-07-17 11:33:03 UTC
Size:
1.46 KB
patch
obsolete
>commit 90a3a0e14c1f14214df29f21037bd2818b178681 >Author: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> >Date: Mon Jun 23 10:14:19 2008 +0200 > > decode and display fattr4_fs_layout_types > >diff -up wireshark-1.0.2/epan/dissectors/packet-nfs.c.orig wireshark-1.0.2/epan/dissectors/packet-nfs.c >--- wireshark-1.0.2/epan/dissectors/packet-nfs.c.orig 2008-07-17 06:42:09.000000000 -0400 >+++ wireshark-1.0.2/epan/dissectors/packet-nfs.c 2008-07-17 06:45:14.000000000 -0400 >@@ -6346,6 +6346,21 @@ dissect_nfs_fattr4_fh_expire_type(tvbuff > return offset; > } > >+static int >+dissect_nfs_fs_layout_type(tvbuff_t *tvb, proto_tree *tree, int offset) >+{ >+ guint count, i; >+ >+ count = tvb_get_ntohl(tvb, offset); >+ offset +=4; >+ >+ for (i = 0; i < count; i++) { >+ offset += dissect_rpc_uint32(tvb, tree, hf_nfs_layouttype4, offset); >+ } >+ >+ return offset; >+} >+ > static const value_string names_fattr4[] = { > #define FATTR4_SUPPORTED_ATTRS 0 > { FATTR4_SUPPORTED_ATTRS, "FATTR4_SUPPORTED_ATTRS" }, >@@ -6843,6 +6858,10 @@ dissect_nfs_attributes(tvbuff_t *tvb, in > attr_vals_offset = dissect_rpc_uint64(tvb, attr_newftree, > hf_nfs_fattr4_mounted_on_fileid, attr_vals_offset); > break; >+ case FATTR4_FS_LAYOUT_TYPE: >+ attr_vals_offset = dissect_nfs_fs_layout_type(tvb, attr_newftree, >+ attr_vals_offset); >+ break; > case FATTR4_LAYOUT_BLKSIZE: > attr_vals_offset = dissect_rpc_uint32(tvb, attr_newftree, > hf_nfs_fattr4_layout_blksize, attr_vals_offset);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 455716
:
312034
|
312035
| 312036 |
312037
|
312038
|
312039