Wireshark-bugs: [Wireshark-bugs] [Bug 12614] decode glusterfs release procedure error
Date: Fri, 15 Jul 2016 01:23:47 +0000

Comment # 4 on bug 12614 from
in glusterfs3.5 glusterfs.h line 216 define as following:
        GF_FOP_FSTAT,      /* 25 */

        GF_FOP_READDIRP,
        GF_FOP_FORGET,         41
        GF_FOP_RELEASE,        42
        GF_FOP_RELEASEDIR,

and  in wireshark lastest code packet-gluster.h line 361 define as following:

GFS3_OP_SETATTR,
    GFS3_OP_FSETATTR,
    GFS3_OP_READDIRP,
    GFS3_OP_RELEASE,
    GFS3_OP_RELEASEDIR,


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