Wireshark-bugs: [Wireshark-bugs] [Bug 12614] decode glusterfs release procedure error

Date: Wed, 13 Jul 2016 11:20:20 +0000

changed bug 12614


What Removed Added
CC   [email protected]

Comment # 2 on bug 12614 from
(In reply to Jaap Keuter from comment #1)
> packet-glusterfs.h doesn't exist, assuming packet-glusterfs.c was intended
> 
There is a packet-gluster.h

With 
enum gf_fop_procnum {
        GFS3_OP_NULL = 0,
        GFS3_OP_STAT,
        GFS3_OP_READLINK,
        GFS3_OP_MKNOD,
[...]
        GFS3_OP_RELEASE,
        GFS3_OP_RELEASEDIR,
        GFS3_OP_FREMOVEXATTR,


You are receiving this mail because:
  • You are watching all bug changes.