aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann1-6/+1
2015-10-31packet-dcerpc: add dissect_ndr_ucarray_block()Stefan Metzmacher1-0/+4
2015-10-30packet-dcerpc: pass dcerpc_info to dcerpc_dissect_fnct_blk_tStefan Metzmacher1-1/+1
2015-08-12Add DCE-RPC and ONC-RPC service response time dialogs.Gerald Combs1-0/+3
2015-06-21Further refactor SRT stats.Michael Mann1-0/+8
2015-05-31Eliminate proto_tree_add_text from packet-dcerpc-ndr.c and packet-dcerpc-netl...Michael Mann1-0/+1
2015-04-29- Mark some DCE/RPC functions as public do allow calls from pluginsMicha Reiser1-0/+4
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-22/+15
2015-01-22packet-dcerpc: change transportsalt to guint64Stefan Metzmacher1-4/+4
2014-09-19Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15In dissect_ndr_byte_array(), use the field index from the dcerpc_infoGuy Harris1-0/+8
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-3/+2
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+1
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-3/+11
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-9/+5
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-98/+110
2013-10-21Add a new api to allow dissection of the array payload as a whole. Bug 9307 ...Michael Mann1-3/+10
2013-10-21We can't really have conformant strings they are always conformant andMichael Mann1-1/+4
2013-10-21Add APIs for PIDL generated code to return the value of the integer that was ...Michael Mann1-1/+5
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-29/+29
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+22
2012-11-26From Dirk Jagdmann: Fix a comment in the DCERPC dissector header.Gerald Combs1-1/+1
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