aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-07dcerpc-nt: add dissect_ndr_nt_SE_GROUP_ATTRIBUTESStefan Metzmacher1-0/+5
2023-08-15DCERPC: Update DRSUAPI supporthidd3ncod3s Sec1-2/+2
2019-12-13DCERPC: Add dissect_hresult helperGünther Deschner1-0/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-04-29- Mark some DCE/RPC functions as public do allow calls from pluginsMicha Reiser1-0/+1
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou1-0/+4
2014-10-11Add dissection of MIDL_NDRHEADERBLOB used in drsuapi and some other protocolsMatthieu Patou1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-06SID28 is special kind of SID where no matter what it uses 28 bytes it's used ...Michael Mann1-0/+3
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-45/+40
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-10/+10
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+4
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+9
2010-03-19Squelch some compiler warnings.Guy Harris1-5/+5
2010-02-08add a macro to handle types that are 2 bytes in ndr and 4 bytes in Ronnie Sahlberg1-0/+12
2009-10-20Extern declare hf_nt_cs_len and hf_nt_cs_size.Stig Bjørlykke1-2/+2
2009-10-20From Matthieu PatouRonnie Sahlberg1-0/+3
2009-10-11Make ett_nt_unicode_string static.Stig Bjørlykke1-5/+0
2009-10-06more updates to samr to harmonize it with sambaRonnie Sahlberg1-0/+5
2009-10-03pild uses a magic alignment of 5 to mean align either to 4 or 8 bytes Ronnie Sahlberg1-0/+4
2009-10-03add a new macro to do alignment to either 4 or 8 bytes depending on if Ronnie Sahlberg1-0/+9
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-4/+5
2007-02-25move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.hRonnie Sahlberg1-2/+0
2007-02-20add a PIDL specific helper for managing dissection of policy handles.Ronnie Sahlberg1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-11-11in smb2 the file handles are not normal context handles they are just a ...Ronnie Sahlberg1-0/+6
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
2005-02-16preparations for autogenerated ms dcerpc interfacesRonnie Sahlberg1-0/+4
2005-02-01Move "dissect_nt_GUID()" into "packet-dcerpc-nt.c", as it's used by theGuy Harris1-0/+6
2005-01-31call dissect_ndr_uuit_t directly and avoid a dependency on packet-dcerpc-netl...Ronnie Sahlberg1-5/+0
2005-01-30add a new dissect_ndr_counted_ascii_string() that mimics dissect_ndr_counted_...Ronnie Sahlberg1-0/+11
2005-01-30change dissect_ndr_counted_byte_array to be more consistent with dissect_ndr...Ronnie Sahlberg1-1/+1
2005-01-28add a macro for aligning NDR datastreams to 8 byte boundariesRonnie Sahlberg1-0/+9
2005-01-22needs an ALIGN_TO_2_BYTES to make the idl compiler happyRonnie Sahlberg1-0/+9
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+210