aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glusterfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-5/+2
2012-07-13Minor cleanup;Bill Meier1-88/+90
2012-06-27Prettify display of O_RDONLY and O_ACCMODE flagsPascal Quantin1-17/+28
2012-06-06From Niels de Vos: GlusterFS: Display SETATTR attribute valid as a list of fl...Anders Broman1-12/+73
2012-06-01Squelch warning about uninitialized variable (the dataflow analysisGuy Harris1-1/+1
2012-06-01From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7310 :Pascal Quantin1-0/+2532