aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-eventlog.h
AgeCommit message (Collapse)AuthorFilesLines
2014-09-08Fix automatic generation of the dcerpc-eventlog dissector.Jeff Morriss1-6/+3
The problem described in the README is simply because the conformance file hadn't been updated. Remove trailing white space from the .idl and .cnf files. Change-Id: I778f206aa103e5f60574fe2c5c699597969dc644 Reviewed-on: https://code.wireshark.org/review/4042 Reviewed-by: Evan Huus <eapache@gmail.com> Petri-Dish: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> 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-5/+5
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
2007-03-22Using a patched version of pidl that decorates all parameters with _U_Ronnie Sahlberg1-5/+5
and updates to the conformance file, regenerate the eventlog dissector to remove a lot of compiler warnings svn path=/trunk/; revision=21110
2007-02-24update EFS and EVENTLOG conformance files to use the new definesRonnie Sahlberg1-2/+0
for when policy handles are opened/closed and regenerate the dissector with the latest version of PIDL svn path=/trunk/; revision=20917
2006-09-22updates to eventlog to use the pidl generated dissector and enhance the ↵Ronnie Sahlberg1-52/+19
conformance file to dissect parts of the eventlog Records. (record dissection is incomplete since this is not really NDR encoded but better than nothing) svn path=/trunk/; revision=19279
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+57
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