aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Move cryptography code to epan/crypt.gerald1-40/+40
2006-09-16make SAMR not rely on dcv->private_data being persistent any more and use dcv...sahlberg1-96/+246
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-9/+9
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-2/+1
2005-10-04Get rid of an unused variable.guy1-1/+0
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingguy1-3/+2
2005-08-19some ememificationlego1-28/+18
2005-08-14Some 'no previous declararion' warning fixesjmayer1-2/+2
2005-08-08various code cleanup:ulfl1-8/+4
2005-07-26char -> const char warning fixesjmayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2005-06-26packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiersulfl1-3/+3
2005-06-15In sam_dissect_SAM_SECURITY_DESCRIPTOR_data(), throw an exception if wegerald1-0/+3
2005-06-14From Steve Grubb:gerald1-4/+4
2005-03-25updates to SAMRsahlberg1-2/+46
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...sahlberg1-3/+3
2004-09-27Move the DES, MD4, MD5, and RC4 source files and headers into epan, andguy1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-31break out the nt decryption and password handling into a separate functionsahlberg1-50/+63
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+5636