aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-0/+11
2010-12-23From Julien Kerihuel:Jaap Keuter1-1/+1
2010-01-20From Julien Kerihuel, add support forRonnie Sahlberg1-0/+1
2009-10-04merge some changes to samr from the samba idlRonnie Sahlberg1-0/+1
2009-10-03rename 2or4 to a new type guint1632 and call the dissector for this Ronnie Sahlberg1-2/+5
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg1-2/+5
2009-10-03add a helper that supports decoding either a 16 or 32 bit integer based Ronnie Sahlberg1-0/+3
2009-10-03teach the dce/rpc pointer dissector about ndr64 and make it dissect Ronnie Sahlberg1-2/+5
2009-10-01we need to copy the information about the transport syntax, i.e. i fit Ronnie Sahlberg1-1/+3
2009-06-14From Didier Gautheron via bug 3531: Gerald Combs1-0/+7
2008-10-01add more policy handle types for the new LSA dissectorRonnie Sahlberg1-0/+4
2008-02-08based on the novell idllib sources :Ronnie Sahlberg1-0/+1
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-2/+31
2007-05-08update PIDL_dissect_cvstring so that it can be used in a future pidl to Ronnie Sahlberg1-1/+1
2007-02-27add PIDL friendly helper to manage unicode stringsRonnie Sahlberg1-1/+5
2007-02-25add new flag for PIDL conformance files : PIDL_SET_COL_INFORonnie Sahlberg1-0/+2
2007-02-25move the defines for PIDL_POLHND_{OPEN|CLOSE} to packet-dcerpc.hRonnie Sahlberg1-0/+11
2007-02-25add new PIDL friendly helpers for dissection of integer types.Ronnie Sahlberg1-0/+4
2006-09-13the way we pass dcerpc strings from deep down in helpers to high level dissec...Ronnie Sahlberg1-2/+24
2006-08-17some further work on the GUID/UUID resolvingsUlf Lamping1-3/+0
2006-06-29keep the (optional) Object UUID in the call valueUlf Lamping1-2/+5
2006-06-29the drep parameter of dissect_dcerpc_uuid_t() should be guint8 * instead of c...Ulf Lamping1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
2005-07-25Warning fixesJörg Mayer1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-03-14a lot of people dont specify top level pointers in teh idl and justRonnie Sahlberg1-0/+9
2005-03-10change the signature for the functions to decrypt data for theRonnie Sahlberg1-1/+3
2005-02-25pinfo->private_data was a quite subptimal ideaRonnie Sahlberg1-12/+1
2005-02-14add support for varying arraysRonnie Sahlberg1-0/+5
2005-02-04add support for varying strings in addition to conformant and varying strings...Ronnie Sahlberg1-0/+8
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.Guy Harris1-2/+2
2005-01-28we need a dissect_ndr_uint64() that dissects an NDR hyperRonnie Sahlberg1-0/+3
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...Ronnie Sahlberg1-1/+1
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itUlf Lamping1-0/+4
2004-12-19(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping1-0/+3
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping1-5/+26
2004-09-06rename add_conv_to_dcerpc_bind_table to dcerpc_add_conv_to_bind_table and don...Ulf Lamping1-2/+2
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping1-0/+8
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+346