aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
AgeCommit message (Expand)AuthorFilesLines
2016-03-25Remove .gitignore file in pidl folderJoão Valverde1-1/+0
2016-03-24Add basic PIDL MakefileJoão Valverde48-3754/+162
2016-03-06MAPI (dcerpc): fix no previous prototype for 'mapi_dissect_struct_request' / ...Alexis La Goutte1-5/+5
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-2/+2
2015-11-03packet-dcerpc-witness: initial implementation based on the idl file from sambaGregor Beck2-0/+355
2015-07-14Correct eventlog.eventlog_OpenEventLogW.Module dissection by providing lsa_St...Michael Mann1-14/+1
2015-06-23Remove deprecated tvb_length from PIDL dissectorsEvan Huus4-7/+7
2014-10-12PIDL (DCERPC misc): enhance dissectorAlexis La Goutte1-28/+1
2014-09-29PIDL (DCERPC mapi): enhance dissectorAlexis La Goutte2-14/+2
2014-09-29PIDL (DCERPC mdssvc): enhance dissectorAlexis La Goutte1-0/+2
2014-09-28PIDL (DCERPC lsa): enhance dissectorAlexis La Goutte1-16/+10
2014-09-28PIDL (DCERPC eventlog): enhance dissectorAlexis La Goutte1-1/+2
2014-09-28PIDL (DCERPC dnsserver): enhance dissectorAlexis La Goutte1-0/+5
2014-09-28PIDL (DCERPC winreg): enhance dissectorAlexis La Goutte1-6/+3
2014-09-27PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-09-27"declare" apparently isn't a valid keyword; use typedef instead.Guy Harris2-3/+3
2014-09-26Note that errors are generated for dnsserver.idl and eventlog.idl.Guy Harris1-2/+6
2014-09-20Restore the inclusion of request.cnf.c and response.cnf.c in the generated DC...Michael Mann3-95/+76
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann3-8/+4
2014-09-19Update generated DCE/RPC dissectors.Michael Mann8-72/+10
2014-09-08Fix automatic generation of the dcerpc-eventlog dissector.Jeff Morriss3-21/+16
2014-07-31Add more files to the release tarball.Guy Harris1-0/+4
2014-06-19Revert "Update PIDL source files with the API changes done in g021e7af"Pascal Quantin4-7/+7
2014-06-18Update PIDL source files with the API changes done in g021e7afPascal Quantin4-7/+7
2014-04-09Fix some C++ warnings about implicit casts.Guy Harris2-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann3-8/+8
2014-04-06Bugfix AFP dissection within MDSSRV. Part of bug 9950.Michael Mann1-1/+1
2014-04-04New DCE/RPC MDSSVC dissector. Bug 9950Michael Mann2-0/+83
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-8/+0
2014-02-05Introduce end-of-line normalizationPascal Quantin1-1/+1
2014-01-21Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the jobGuy Harris1-36/+12
2014-01-13lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() areGuy Harris1-2/+11
2014-01-13Make routines not used outside packet-dcerpc-lsa.c static.Guy Harris1-3/+3
2013-12-15Fix a cut-and-pasteo.Guy Harris1-1/+1
2013-11-24Note that I've filed a Samba bug for one of the problems.Guy Harris1-1/+33
2013-11-24Actually, the "1632" types do exist, and are 16-bit for NDR and 32-bitGuy Harris1-2/+9
2013-11-24These are two of the problems that pidl has with dfs.idl.Guy Harris1-4/+2
2013-11-24The issue with misc.idl was a .cnf file that needed to be updated.Guy Harris1-4/+19
2013-11-24Fix to match API changes.Guy Harris1-1/+1
2013-11-24Fix line endings, set svn:eol-style to native.Guy Harris1-28/+28
2013-11-24Update a date, explain what the problems are with a bunch of IDL files,Guy Harris1-2/+7
2013-11-24Updates to:Guy Harris1-28/+42
2013-11-11Mark some parameters unused.Gerald Combs2-2/+2
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann15-222/+180
2013-10-21Sync with latest SAMBA PIDL source per http://www.wireshark.org/lists/wiresha...Michael Mann13-172/+363
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann3-7/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-2/+2