ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7244] New: Dissect AUTH_GLUSTERFS as used un GlusterFS-3.3

Date: Thu, 10 May 2012 04:14:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7244

           Summary: Dissect AUTH_GLUSTERFS as used un GlusterFS-3.3
           Product: Wireshark
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: ndevos@xxxxxxxxxx
            Blocks: 5773


Created attachment 8403
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8403
Example frame with AUTH_GLUSTERFS

Build Information:
trunk with revision 42546
--
GlusterFS with version 3.3 introduces a new RPC AUTH-flavor.

The implementation consists out of two patches:
1. create a helper function to dissect AUTH_UNIX groups
2. add a dissector-function for AUTH_GLUSTERFS

Example output from tshark:

Remote Procedure Call, Type:Call XID:0x00000012
    ...
    Credentials
        Flavor: AUTH_GLUSTERFS (390039)
        Length: 56
        PID: 21187
        UID: 0
        GID: 0
        Auxiliary GIDs (7) [0, 1, 2, 3, 4, 6, 10]
            GID: 0
            GID: 1
            GID: 2
            GID: 3
            GID: 4
            GID: 6
            GID: 10
        Lock Owner: <DATA>
            length: 8
            contents: <DATA>

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