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 7310] Initial support for the GlusterFS RPC-protocol

Date: Fri, 1 Jun 2012 03:02:03 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7310

Niels de Vos <ndevos@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8517|0                           |1
        is obsolete|                            |

--- Comment #3 from Niels de Vos <ndevos@xxxxxxxxxx> 2012-06-01 03:02:02 PDT ---
Created attachment 8527
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8527
v2: Initial support for the GlusterFS RPC-protocol

Updated the patch and taken all the comments into account.
The most FIXME parts have been solved, only the note about flags passed to
SETATTR remains.

Changes in v2:
Rework the IATT-structure dissection, merge common code
Use ENC_LITTLE_ENDIAN instead of FALSE in proto_tree_add_bitmask()
Remove _U_ annotations for used attributes

Interdiff between previous and v2:
 epan/dissectors/packet-gluster.h   |    2 +-
 epan/dissectors/packet-glusterfs.c |  750 ++++++++++++------------------------
 2 files changed, 239 insertions(+), 513 deletions(-)


Full diffstat of this patch against revision 42940:
 epan/CMakeLists.txt                |    1 +
 epan/dissectors/Makefile.common    |    2 +
 epan/dissectors/packet-gluster.h   |  425 ++++++
 epan/dissectors/packet-glusterfs.c | 2532 ++++++++++++++++++++++++++++++++++++
 4 files changed, 2960 insertions(+), 0 deletions(-)

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