aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh1-5/+15
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_valueMichael Mann1-38/+53
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann1-607/+114
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris1-1748/+1746
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte1-1746/+1748
2016-02-29PIDL: regen pidl-generated dissectorsAurelien Aptel1-195/+67
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-06-23Remove deprecated tvb_length from PIDL dissectorsEvan Huus1-1/+1
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-1639/+1761
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte1-7/+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-5/+5
2014-09-27Regenerate PIDL dissectors with our current PIDL.Guy Harris1-1648/+1648
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-1695/+1687
2014-09-19Update generated DCE/RPC dissectors.Michael Mann1-1782/+1735
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-136/+136
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-3480/+3462
2013-10-21Sync with latest SAMBA PIDL source per http://www.wireshark.org/lists/wiresha...Michael Mann1-75/+74
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann1-68/+68
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-63/+63
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sGuy Harris1-2/+5
2010-10-30Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...Jeff Morriss1-0/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-23/+23
2009-10-09explicitely cast a guin64 to int to avoid compile warningsRonnie Sahlberg1-2/+2
2009-10-07Reverting previous patch as requested by Ronnie.Anders Broman1-3/+2
2009-10-07Make the windows build compile again.Anders Broman1-2/+3
2009-10-07new samr compiled as a test by the samba4 pidl compiler from mainlineRonnie Sahlberg1-7/+2
2009-10-06more updates to samr to harmonize it with sambaRonnie Sahlberg1-230/+177
2009-10-04Atemt to fix compilation of samr for Windows.Anders Broman1-2/+7
2009-10-04more merges from samba samr idl fileRonnie Sahlberg1-486/+504
2009-10-04more merges from the samba samr idl fileRonnie Sahlberg1-11/+92
2009-10-04more samr updates for ndr64Ronnie Sahlberg1-129/+181
2009-10-04merge some changes to samr from the samba idlRonnie Sahlberg1-337/+812
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg1-4/+4
2009-10-03add a helper that supports decoding either a 16 or 32 bit integer based Ronnie Sahlberg1-2/+2
2009-10-03update the handmarshalled code in samr.cnf to handle ndr64 encodingRonnie Sahlberg1-5/+5
2009-10-03a new samr dissector, created using samba PIDL with ndr64 supportRonnie Sahlberg1-45/+45
2009-10-03update the alignment for UserInfo so it handles either NDR or NDR64.Ronnie Sahlberg1-1/+1
2009-07-28update samr.idl and remove a keyword we no longer support in pidlRonnie Sahlberg1-555/+555
2009-07-28regenerate SAMR using the new version of pidlRonnie Sahlberg1-555/+555
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-555/+555
2008-10-03samr enhancementsRonnie Sahlberg1-32/+48
2008-10-03SAMR updatesRonnie Sahlberg1-15/+18
2008-10-02samr updatesRonnie Sahlberg1-260/+369
2008-10-02enhancements to SAMRRonnie Sahlberg1-58/+136
2008-10-02update to SAMRRonnie Sahlberg1-1027/+2382
2007-10-02remove a test for null that we dont need since the variable can not be Ronnie Sahlberg1-3/+1