aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-winreg.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06With the updated pidl it is now possible to generate severalJörg Mayer1-7/+7
of the dcerpc dissectors again. Commit those of the generated onces that actually compile. svn path=/trunk/; revision=53122
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have ↵Michael Mann1-13/+13
dcerpc_info* infomation be passed in as a function parameter. Bug 9387 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9387) All "generated" source was manually modified (with the power of search/replace), but I believe the "source input" files have been adjusted (checked into revs 53098 and 53099) to reflect the necessary changes (with possible whitespace formatting differences). The Microsoft compiler doesn't flag "unused function parameters", so I apologize in advance if I may have missed a few. The "dcerpc_info* di" parameter is used in almost every function. svn path=/trunk/; revision=53100
2013-10-21Sync with latest SAMBA PIDL source per ↵Michael Mann1-14/+17
http://www.wireshark.org/lists/wireshark-dev/201310/msg00217.html Didn't integrate 0010-frsrpc-Regenerate-frsrpc-due-to-changes-in-the-pidl-.patch 0016-Regenerate-the-dnserver.patch due to compilation errors on Windows. svn path=/trunk/; revision=52744
2010-10-30Add an SVN Id to these PIDL-generated dissector headers. A patch to PIDL ↵Jeff Morriss1-0/+2
has been sent upstream to the Samba developers. svn path=/trunk/; revision=34718
2007-05-07there were missing #defines in the header file that prevented it from Ronnie Sahlberg1-0/+13
compiling properly update the headerfile from a freshly generated one from pidl svn path=/trunk/; revision=21708
2007-05-06Start introducing actx to ber functions.Anders Broman1-13/+0
svn path=/trunk/; revision=21705
2007-03-29update winreg to the latest idlRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=21256
2007-03-29regenerate winreg using the latest pidl. almost all warnings are now goneRonnie Sahlberg1-8/+8
svn path=/trunk/; revision=21255
2007-02-15using the latest SVN of PIDL it is now possible to compile the corrected ↵Ronnie Sahlberg1-4/+0
WINREG.IDL where QueryInfoKey responses are parsed correctly. (since we do not yet use all of the various idl files from s4 i commented out the import directove from the idl file since othervise it would generate #include directives for files we do not yet provide) svn path=/trunk/; revision=20816
2006-11-05testing out latest pidl where PARAM values can be used to track policy ↵Ronnie Sahlberg1-2/+2
handles properly winreg now tracks also where policy handles were closed which previously didnt work properly svn path=/trunk/; revision=19800
2006-09-07 pidl now handles empty bitmaps properly so no need for the dummy (dont ↵Ronnie Sahlberg1-2/+2
trigger empty bitmapbug entry) svn path=/trunk/; revision=19170
2006-06-09some updates from new pidlRonnie Sahlberg1-2/+3
svn path=/trunk/; revision=18408
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-11-29prettification and updates to winregRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=16622
2005-09-16Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.Jörg Mayer1-0/+45
This makes Ethereal build again - there's no real reason that ethereal fails to build for such a long time on so many platforms. svn path=/trunk/; revision=15835