https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14347

            Bug ID: 14347
           Summary: GlusterFS: Add support for GETVOLUMEINFO procedure
           Product: Wireshark
           Version: Git
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: Low
         Component: Dissection engine (libwireshark)
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: p...@redhat.com
  Target Milestone: ---

Created attachment 16074
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=16074&action=edit
Example of glusterfs GETVOLUMEINFO procedure

Build Information:
Wireshark 2.5.0 (v2.5.0rc0-2376-g2f31016e)

Copyright 1998-2018 Gerald Combs <ger...@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 3.20.10, with Cairo 1.14.8, with Pango 1.40.3, with
libpcap, without POSIX capabilities, without libnl, with GLib 2.48.2, with zlib
1.2.8, without SMI, without c-ares, without Lua, without GnuTLS, with Gcrypt
1.7.8, without Kerberos, without GeoIP, without nghttp2, without LZ4, without
Snappy, without libxml2, without PortAudio, without SBC, without SpanDSP,
without bcg729.

Running on Linux 4.11.12-100.fc24.x86_64, with Intel(R) Core(TM) i7-6600U CPU @
2.60GHz (with SSE4.2), with 19496 MB of physical memory, with locale
en_IN.UTF-8, with libpcap version 1.7.4, with Gcrypt 1.7.8, with zlib 1.2.8,
binary plugins supported (0 loaded).

Built using gcc 6.3.1 20161221 (Red Hat 6.3.1-1).

--
Add support for GETVOLUMEINFO procedure in GlusterFS dissector.

About the procedure (XDR) - call and reply structures:

 struct gf_get_volume_info_req {
        opaque   dict<>; /* Extra data */
}  ;


 struct  gf_get_volume_info_rsp {
        int    op_ret;
        int    op_errno;
        string op_errstr<>;
        opaque   dict<>; /* Extra data */
} ;

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to