aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-samr.h
AgeCommit message (Collapse)AuthorFilesLines
2014-09-19Update generated DCE/RPC dissectors.Michael Mann1-24/+21
Now all generated dissectors can successfully compile. Change-Id: I74728926915d5a9f1694cc49c753b80f213df767 Reviewed-on: https://code.wireshark.org/review/2598 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
(Using sed : sed -i '/^ \t$Id\$/,+0 d') (tab before $Id$) Also modify generator (NDR.pm) Change-Id: I348a1d129d1d1320bd80b428038ea5ed291d6ca8 Reviewed-on: https://code.wireshark.org/review/878 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have ↵Michael Mann1-89/+89
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
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
2009-10-06more updates to samr to harmonize it with sambaRonnie Sahlberg1-1/+0
svn path=/trunk/; revision=30354
2009-10-04more merges from samba samr idl fileRonnie Sahlberg1-9/+7
svn path=/trunk/; revision=30292
2009-10-04more samr updates for ndr64Ronnie Sahlberg1-15/+20
svn path=/trunk/; revision=30273
2009-10-04merge some changes to samr from the samba idlRonnie Sahlberg1-23/+44
svn path=/trunk/; revision=30272
2008-10-02samr updatesRonnie Sahlberg1-6/+11
svn path=/trunk/; revision=26335
2008-10-02enhancements to SAMRRonnie Sahlberg1-0/+22
svn path=/trunk/; revision=26332
2008-10-02update to SAMRRonnie Sahlberg1-4/+61
svn path=/trunk/; revision=26330
2007-07-09dissect lsa_Strings correctly in the samr dissectorRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=22274
2007-07-09make all rids use a single hf filter fieldRonnie Sahlberg1-0/+13
dissect the Type of rid using lsa_Types svn path=/trunk/; revision=22272
2007-07-07add the new pidl created SAMR dissectorRonnie Sahlberg1-142/+104
svn path=/trunk/; revision=22265
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-08-31break out the nt decryption and password handling into a separate functionRonnie Sahlberg1-0/+2
so we can call it from elsewhere svn path=/trunk/; revision=11857
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+145
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410