aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-eventlog.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-11-06Get rid of Boolean "flags" that don't have any bit set.Guy Harris1-8/+0
2016-08-06tools/pidl: Keep case from fieldnames.Günther Deschner1-93/+93
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh1-0/+2
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann1-102/+28
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris1-251/+249
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte1-249/+251
2016-02-29PIDL: regen pidl-generated dissectorsAurelien Aptel1-9/+3
2015-07-14Correct eventlog.eventlog_OpenEventLogW.Module dissection by providing lsa_St...Michael Mann1-28/+16
2015-06-23Remove deprecated tvb_length from PIDL dissectorsEvan Huus1-3/+3
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-11-03Regenerate DCE RPC dissectors with the current pidl.Guy Harris1-232/+238
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte1-7/+0
2014-09-28PIDL (DCERPC eventlog): enhance dissectorAlexis La Goutte1-18/+0
2014-09-28PIDL: fix -Wmissing-prototypeAlexis La Goutte1-0/+2
2014-09-27PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-09-27Regenerate PIDL dissectors with our current PIDL.Guy Harris1-241/+241
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-257/+257
2014-09-19Update generated DCE/RPC dissectors.Michael Mann1-248/+248
2014-09-08Fix automatic generation of the dcerpc-eventlog dissector.Jeff Morriss1-270/+262
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
2014-01-21Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the jobGuy Harris1-32/+19
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-48/+48
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-526/+519
2013-10-21Sync with latest SAMBA PIDL source per http://www.wireshark.org/lists/wiresha...Michael Mann1-11/+30
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann1-24/+24
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2010-10-30Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...Jeff Morriss1-0/+2
2009-07-29start describing ReportEventW in the IDL and make use of the "bitmap" Ronnie Sahlberg1-1/+129
2009-07-29Fixup the correct names of the parameters for OpenEventLogWRonnie Sahlberg1-32/+32
2009-07-29update the idl to correctly dissect the read eventlog w flags as a Ronnie Sahlberg1-216/+225
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-84/+84
2008-06-22Removed an unused static entry.Stig Bjørlykke1-1/+0
2007-03-29regenerate the dissectors with an even newer patched version of pidl to add t...Ronnie Sahlberg1-0/+2
2007-03-29fixup the idl to always use pointer for out parametersRonnie Sahlberg1-12/+57
2007-03-28from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping1-0/+5
2007-03-22Using a patched version of pidl that decorates all parameters with _U_Ronnie Sahlberg1-261/+261
2007-02-24update EFS and EVENTLOG conformance files to use the new definesRonnie Sahlberg1-71/+124
2006-11-05add tracking of policy_handles to the eventlog dissectorRonnie Sahlberg1-12/+12
2006-09-24dissect_ndr_uint16()'s last argument points to a guint16, not a guint.Guy Harris1-1/+1
2006-09-22update where the extra strings in the record are being dissected to that the ...Ronnie Sahlberg1-8/+6
2006-09-22update to eventlog recordRonnie Sahlberg1-16/+29
2006-09-22add conformance file magic to decode the non-NDR source/computer name string...Ronnie Sahlberg1-40/+85
2006-09-22updates to eventlog to use the pidl generated dissector and enhance the conf...Ronnie Sahlberg1-609/+1957