aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-11From Matthieu Patou <mat@matws.net>sahlberg1-0/+4
Add new helper function for DCE/RPC NDR data blobs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38472 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-11From Matthieu Patou <mat@matws.net>sahlberg1-0/+9
Add two helper functions to dissect null terminated ascii and wchar strings in dcerpc git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38471 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-19Squelch some compiler warnings.guy1-5/+5
Use "#if 0"/#endif rather than commenting out some code; that also means we don't have to use "/ *" and "* /" in the #if'ed-out code, so don't. Clean up indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32239 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-08add a macro to handle types that are 2 bytes in ndr and 4 bytes in sahlberg1-0/+12
ndr64, i.e. enums. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31826 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-20Extern declare hf_nt_cs_len and hf_nt_cs_size.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30633 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-20From Matthieu Patousahlberg1-0/+3
schannel decryption git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30631 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-11Make ett_nt_unicode_string static.stig1-5/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30507 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-06more updates to samr to harmonize it with sambasahlberg1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30354 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-03pild uses a magic alignment of 5 to mean align either to 4 or 8 bytes sahlberg1-0/+4
depending on if ndr or ndr64 is used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30258 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-03add a new macro to do alignment to either 4 or 8 bytes depending on if sahlberg1-0/+9
we use ndr or ndr64. we need this since some structures change their alignment depending on the transfer syntax used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30254 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_namesahlberg1-4/+5
rename dcerpc_smb_fetch_pol to dcerpc_fetch_polhnd_data and also make it take an additional parameter to return the "type" of the policy handle, if such a type was stored. extend the pol_value structure used to track policy handles to also store a type to represent what created the policy handle types could be USER/ALIAS/CONNECT/... etc handles returned from the SAMR interface add a new helper function dcerpc_store_polhnd_type() track policy handles between request/responses for dcerpc update the samr.cnf file to make the samr dissectors for SetSecurity/QuerySecurity dissect the specific bits for the security descriptor correctly based on whether the policy handle refers to a CONNECT/DOMAIN/USER/ALIAS or GROUP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22703 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-25move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.hsahlberg1-2/+0
also change their values to use the top order bits of an uint32 instead of the least significant ones git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20919 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-20add a PIDL specific helper for managing dissection of policy handles.sahlberg1-0/+7
let this helper take a parameter to describe how the policy handle should be managed (is this an open, close ?) to improve policy handle tracking. (centralizing to a single function of code makes other changes easier) create defines to indicate OPEN/CLOSE and use them as a start/test in the winreg conformance file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20872 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-11in smb2 the file handles are not normal context handles they are just a ↵sahlberg1-0/+6
guid make them a guid in smb2 dissector and make tim pottesr excellent conmtext handle tracking also able to do the same thing for GUIDs ( a context handle is just a 32 biut attribute field followed by a uuid anyway) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16477 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-26char -> const char warning fixesjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15079 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-16preparations for autogenerated ms dcerpc interfacessahlberg1-0/+4
make it possible to prettify SIDs and control how and where their string representation should be shown in the summary line and the tree similar to how counted_strings prettification can be controlled git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13413 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-01Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by theguy1-0/+6
LSA dissector as well, and declare it in "packet-dcerpc-nt.h". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13223 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-31call dissect_ndr_uuit_t directly and avoid a dependency on ↵sahlberg1-5/+0
packet-dcerpc-netlogon git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13214 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-30add a new dissect_ndr_counted_ascii_string() that mimics ↵sahlberg1-0/+11
dissect_ndr_counted_string() but handles an ASCII string instead of a Unicode one. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13204 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-30change dissect_ndr_counted_byte_array to be more consistent with ↵sahlberg1-1/+1
dissect_ndr_counted_string git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13202 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-28add a macro for aligning NDR datastreams to 8 byte boundariessahlberg1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13183 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-22needs an ALIGN_TO_2_BYTES to make the idl compiler happysahlberg1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13162 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+210
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7