aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gluster.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19Enum was used after all. Restore it and namespace it with GLUSTER_ to avoid theEvan Huus1-0/+14
collision. svn path=/trunk/; revision=52144
2013-09-19Remove unused enum that started conflicting with /usr/include/dirent.h on myEvan Huus1-14/+0
system. svn path=/trunk/; revision=52142
2013-06-28From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8861 :Jeff Morriss1-0/+3
Recent versions of GlusterFS have extended the RPC protocol with new procedures. The RPC-program-version has not been updated (yet?). The attached adds support dissecting the FREMOVEXATTR, FALLOCATE and DISCARD procedures. svn path=/trunk/; revision=50207
2012-10-08From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7807Evan Huus1-0/+3
Fix dissection of some GlusterFS procedures. From me: Use TRUE/FALSE instead of 1/0 for boolean literals. svn path=/trunk/; revision=45401
2012-06-01From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7310 :Pascal Quantin1-0/+436
Initial support for the GlusterFS RPC-protocol svn path=/trunk/; revision=42979