Wireshark-bugs: [Wireshark-bugs] [Bug 8584] New: support for NFSv4.1 open access modes including

Date: Mon, 15 Apr 2013 16:48:24 +0000
Bug ID 8584
Summary support for NFSv4.1 open access modes including delegation wants
Classification Unclassified
Product Wireshark
Version unspecified
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:

--
The open share access field of a 4.1 OPEN is a little odd: it's an ordinary
4-byte unsigned xdr integer, but the low byte is interpreted as an integer
choosing the usual access mode (read, write, or both), the next byte is an
integer allowing the client to request some kind of delegation, and the third
byte is a bitmask telling the server what to do if a delegation isn't available
now but becomes available later.

I'm adding two new items, one a tree representing the bitmask, but adding them
conditionally only when they're non-zero (as they normally will be for now, the
new stuff in the high bytes being a recent 4.1 addition).

That's an improvement over what we do now (refuse to interpret the field at all
when the new stuff is present).  But there's probably some better approach.


You are receiving this mail because:
  • You are watching all bug changes.