aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glusterfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2020-10-13glusterfs: use a simpler way to read time fieldsMartin Kaiser1-115/+85
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-6/+6
2020-05-13Fix a few broken web links from dissectorsMartin Mathieson1-1/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-08-10dissector/gluster: Add dissector for Gluster 4.0 protocolPoornima G1-33/+1485
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-3/+3
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-13/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-11-26GlusterFS: Insert missing FORGET command.Michael Mann1-0/+1
2016-10-28glusterfs: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-04-25glusterfs: fix 'pinfo/data' was marked unused but was used [-Werror,-Wused-bu...Alexis La Goutte1-27/+27
2016-02-06GlusterFS: Add support for the SEEK procedureNiels de Vos1-0/+45
2015-12-16packet/gluster: Add GF_CBK_CACHE_INVALADATION dissector bitsSoumya Koduri1-1/+1
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-6/+8
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-34/+40
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-2/+2
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-82/+228
2015-05-26Remove proto_tree_add_text from some dissectors.Michael Mann1-9/+39
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-12GlusterFS: fix OSX compilation failurePascal Quantin1-17/+15
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-4/+16
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-13/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-16glusterfs: correctly decode GFIDs that are passed in a dictNiels de Vos1-11/+13
2014-05-29glusterfs: if filename itself will become <EMPTY>Vikhyat Umrao1-1/+3
2014-05-28glusterfs: show filenames in the summary for common proceduresVikhyat Umrao1-3/+12
2014-05-01gluster: add support for GlusterD v3 proceduresNiels de Vos1-1/+4
2014-04-11GlusterFS: correctly dissect flags passed with OPEN, CREATE, etc.Niels de Vos1-4/+4
2014-03-16NFS: We need to pass data through to the dissect_rpc_list() callbackRonnie Sahlberg1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-01GlusterFS: add support for ZEROFILL fopNiels de Vos1-6/+29
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-101/+101
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-19Enum was used after all. Restore it and namespace it with GLUSTER_ to avoid theEvan Huus1-9/+9
2013-06-28From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8861 :Jeff Morriss1-59/+87
2013-04-30Convert 'Old GFID' and 'New GFID' to FT_GUID type. Michael Mann1-2/+2
2013-03-21From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7310 :Pascal Quantin1-6/+18
2013-03-14Set correct item lengths. They cannot all be until end of buffer.Stig Bjørlykke1-0/+23
2012-12-26Fix a bunch of warnings.Guy Harris1-88/+37
2012-10-08From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7807Evan Huus1-60/+105
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1