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 7807] Dissect some additional parameters to GlusterFS proc

Date: Sun, 7 Oct 2012 09:00:11 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7807

Niels de Vos <ndevos@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9293|                            |review_for_checkin?
              Flags|                            |

--- Comment #1 from Niels de Vos <ndevos@xxxxxxxxxx> 2012-10-07 09:00:10 PDT ---
Created attachment 9293
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9293
Proposed patch

The attached patch correctly dissects the missing arguments to the broken
GlusterFS procedures.


Frame 2: 108 bytes on wire (864 bits), 108 bytes captured (864 bits)
Remote Procedure Call, Type:Reply XID:0x00252ad1
GlusterFS Handshake
    [Program Version: 2]
    [GlusterFS Handshake: PING (3)]
    Return value: 0
    Errno: 0 (Success)
    Dict, contains 0 items
        [Size: 0 (0 bytes inc. RPC-roundup)]
        Items: 0

Frame 3: 172 bytes on wire (1376 bits), 172 bytes captured (1376 bits)
Remote Procedure Call, Type:Call XID:0x00252ae0
GlusterFS
    [Program Version: 330]
    [GlusterFS: FSYNC (16)]
    GFID: 99d3757d-5629-4c5d-bb1b-ffa1ce20d4f1
    File Descriptor: 18446744073709551614
    Flags: 0x00000000
        .... .... .... .... .... .... .... ...0 = DATASYNC: Not set
        0000 0000 0000 0000 0000 0000 0000 000. = Unknown: Not set
    Dict, contains 0 items
        [Size: 0 (0 bytes inc. RPC-roundup)]
        Items: 0

Frame 5: 1152 bytes on wire (9216 bits), 1152 bytes captured (9216 bits)
Remote Procedure Call, Type:Reply XID:0x0000000c
GlusterFS
    [Program Version: 330]
    [GlusterFS: READDIRP (40)]
    Entries returned: 5
    Errno: 2 (Last reply)
    Value Follows: Yes
    Entry Path: .
        Inode: 1
        ...
    Value Follows: Yes
    Entry Path: ..
        Inode: 18446744073709551615
        ...
    Value Follows: Yes
    Entry Path: fedora-17-armhfp
        Inode: 10905792738495523499
        ...
    ...
    Value Follows: No
    Dict, contains 0 items
        [Size: 0 (0 bytes inc. RPC-roundup)]
        Items: 0

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