aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-01Forgot to commit this change with r42341 which initializes 'type' to 0 to avo...Chris Maynard1-1/+1
2011-10-14Removed unused old_offset in mapi_dissect_struct_request.Stig Bjørlykke1-3/+0
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorRonnie Sahlberg2-1/+71
2011-08-11Generate the MISC definitions for dcerpc and include the header file in the b...Ronnie Sahlberg1-0/+3
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+80
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg2-0/+479
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke1-0/+3
2010-12-30Clarify that "don't make changes here" refers to the copy of Pidl, notGuy Harris1-3/+4
2010-12-30OK, I found a URL that will get you to the CPAN page for Yapp withoutGuy Harris1-8/+6
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sGuy Harris2-3/+2
2010-12-30Add some white space.Guy Harris1-11/+24
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionJeff Morriss1-0/+73
2010-03-13Forgot to copy over idl_types.hJörg Mayer1-17/+3
2010-02-08try autogenerate lsa in preparation for updates to the lsa idl fileRonnie Sahlberg1-1/+1
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman2-5/+2
2009-10-20Removed some unused prototypes.Stig Bjørlykke2-2/+0
2009-10-11Corrected some HF_FIELD values.Stig Bjørlykke2-6/+6
2009-10-11Change from C++ comments to C comments.Stig Bjørlykke1-2/+2
2009-10-10Introduce PROTOCOL_NAME variable in makefilesKovarththanan Rajaratnam3-19/+25
2009-10-10Correct path to pidlKovarththanan Rajaratnam1-1/+1
2009-10-09explicitely cast a guin64 to int to avoid compile warningsRonnie Sahlberg1-2/+2