aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-mapi.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-05mapi: fix conflicting entry in its value_stringAlexis La Goutte1-2/+0
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-08-06tools/pidl: Keep case from fieldnames.Günther Deschner1-112/+112
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-6/+4
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh1-0/+1
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann1-107/+21
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris1-262/+260
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte1-260/+262
2016-03-06MAPI (dcerpc): fix no previous prototype for 'mapi_dissect_struct_request' / ...Alexis La Goutte1-2/+4
2016-03-06DCERPC: regenerate dissector after change on generatorAlexis La Goutte1-363/+382
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte1-8/+1
2014-09-29PIDL (DCERPC mapi): enhance dissectorAlexis La Goutte1-913/+428
2014-09-28PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
2014-09-28PIDL: fix -Wmissing-prototypeAlexis La Goutte1-695/+1166
2014-09-27PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-09-20Restore the inclusion of request.cnf.c and response.cnf.c in the generated DC...Michael Mann1-1173/+705
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-362/+355
2014-09-19Update generated DCE/RPC dissectors.Michael Mann1-740/+1272
2014-04-09Fix some C++ warnings about implicit casts.Guy Harris1-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-7/+7
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-20/+20
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-509/+509
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann1-12/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2011-10-14Removed unused old_offset in mapi_dissect_struct_request.Stig Bjørlykke1-2/+0
2010-10-30Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...Jeff Morriss1-0/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-92/+92
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-5/+5
2008-04-17Don't use "%ll[doux]" to print a guint64 - use G_GINT64_MODIFIER.Guy Harris1-1/+1
2008-04-17Add autogenerated dissector for DCE/RPC MAPI and also the (non-NDR)Ronnie Sahlberg1-309/+10278
2006-09-28From stephen fisher:Ronnie Sahlberg1-2/+33
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-5/+5
2005-03-04the unknown stuff in the decrypted blobs in mapi are just uninitialized buffe...Ronnie Sahlberg1-15/+0
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-23Don't save the decrypted data on the first pass and use it on subsequentGuy Harris1-99/+41
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+476