aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-fileexp.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-17dcerpc-fileexp: fix issue found by PVS Studio (V523)Alexis La Goutte1-22/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-2/+1
2016-05-30dcerpc-fileexp: don't THROW() an exception from a dissectorMartin Kaiser1-8/+8
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-15/+15
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-03packet-dcerpc-fileexp.c: Add editor modelines; reformat various (including hf...Bill Meier1-1378/+1934
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-59/+37
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-1/+3
2013-11-06Add _U_ to a few function parameters to fix compiler warningsBill Meier1-5/+5
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-637/+433
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-69/+26
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-79/+79
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-4/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard1-18/+0
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-2/+2
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-13/+8
2010-12-28From non-customers [AT] operamail [DOT] com, submitted via bug 5529:Chris Maynard1-1/+1
2010-10-13Use extended value string functions to access dce_error_vals (which has 4397 ...Bill Meier1-2/+2
2010-09-27Some hf cleanup: make the field names different from the hf variable nameJeff Morriss1-275/+168
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-121/+61
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-147/+147
2007-09-07Change the long protocol name dissectors for various DFS protocols toGuy Harris1-0/+4662