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 4831] Add '(read|write)_PDU_length' field in NFSv4 READ re

Date: Wed, 2 Jun 2010 19:51:38 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4831

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #3 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-06-02 19:51:37 PDT ---
Since this data is already in the tree:

        Opcode: WRITE (38)
            stateid
                seqid: 0x00000000
                Data: 0f05a64a0100cf0e0000af01
            offset: 32846
            stable: UNSTABLE4 (0)
            write_PDU_length: 47  <<< the new field
            Data: <DATA>
                length: 47  <<<< the existing one
                contents: <DATA>
                fill bytes: opaque data

I suppose the real purpose here is to have a filterable field (the existing
field is just a text item) and making the existing field filterable would be
challenging since it's added by the RPC dissector.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.