Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8920] New: NFSv4 delegation not reported correctly

Date: Wed, 10 Jul 2013 13:06:11 +0000
Bug ID 8920
Summary NFSv4 delegation not reported correctly
Classification Unclassified
Product Wireshark
Version 1.10.0
Hardware x86
OS Linux (other)
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:

--
Hi,

Wireshark incorrectly reports a OPEN_DELEGATE_READ in NFSv4 capture as
OPEN_DELEGATE_NONE.

This issue has been observed in 1.10 and and 1.10rc2. 1.8.6 however reports
this correctly.

Attaching shortly the trace details.

Please see the details of the capture:

------------------------
Output from a 1.8.6:

tshark -V -r 80-nfsserver.pcap -R  "frame.number==612"

Network File System, Ops(7): PUTFH SAVEFH OPEN GETFH GETATTR RESTOREFH GETATTR

        Opcode: OPEN (18)
            Status: NFS4_OK (0)
            stateid
                [StateID Hash: 0xefcb]
                seqid: 0x00000000
                Data: f319dc513c0000003e000000
            change_info
                Atomic: Yes
                changeid (before): 2226698313634709776
                changeid (after): 2226698313634709776
            result_flags: 0x00000004
                .0 = Unknown
                0. = Unknown
            attrmask
            Delegation Type: OPEN_DELEGATE_READ (1)
                stateid
                    [StateID Hash: 0x1ba5]
                    seqid: 0x00000000
                    Data: f319dc513800000000000000
                recall: No
                ACE
                    acetype: ACE4_ACCESS_ALLOWED_ACE_TYPE (0)
                    aceflag: 0x00000000
                    acemask: 0x00000000
                    who: <EMPTY>
                        length: 0
                        contents: <EMPTY>

This correctly reports the delegation as a read delegation.

Now the same frame within 1.10:

Network File System, Ops(7): PUTFH SAVEFH OPEN

        Opcode: OPEN (18)
            Status: NFS4_OK (0)
            stateid
                [StateID Hash: 0xefcb]
                seqid: 0x00000000
                Data: f319dc513c0000003e000000
            change_info
                Atomic: Yes
                changeid (before): 2226698313634709776
                changeid (after): 2226698313634709776
            results_flags: WRITEW_LT (0x00000004)
                .... .... .... .... .... .... .... ...0 = mlock: Unknown (0)
                .... .... .... .... .... .... .... ..0. = confirm: Unknown (0)
            Delegation Type: OPEN_DELEGATE_NONE (0)

Over here the delegation is incorrectly reported as OPEN_DELEGATE_NONE

Thanks,


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