aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-16/+46
2007-07-09dissect lsa_Strings correctly in the samr dissectorRonnie Sahlberg1-10/+80
2007-07-09the sidtype is a 32bit enum not a standard enumRonnie Sahlberg1-5/+5
2007-07-09make all rids use a single hf filter fieldRonnie Sahlberg1-807/+864
2007-07-09rename all policy handles in samr to have a name that describes the type Ronnie Sahlberg1-359/+176
2007-07-07add the new pidl created SAMR dissectorRonnie Sahlberg1-4080/+12683
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-12/+12
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-1/+0
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-40/+40
2006-09-16make SAMR not rely on dcv->private_data being persistent any more and use dcv...Ronnie Sahlberg1-96/+246
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-9/+9
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-2/+1
2005-10-04Get rid of an unused variable.Guy Harris1-1/+0
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris1-3/+2
2005-08-19some ememificationLuis Ontanon1-28/+18
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-2/+2
2005-08-08various code cleanup:Ulf Lamping1-8/+4
2005-07-26char -> const char warning fixesJörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-06-26packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiersUlf Lamping1-3/+3
2005-06-15In sam_dissect_SAM_SECURITY_DESCRIPTOR_data(), throw an exception if weGerald Combs1-0/+3
2005-06-14From Steve Grubb:Gerald Combs1-4/+4
2005-03-25updates to SAMRRonnie Sahlberg1-2/+46
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...Ronnie Sahlberg1-3/+3
2004-09-27Move the DES, MD4, MD5, and RC4 source files and headers into epan, andGuy Harris1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-31break out the nt decryption and password handling into a separate functionRonnie Sahlberg1-50/+63
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+5636