aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-08Change "DCE RPC" to "Distributed Computing Environment / Remote ProcedureStephen Fisher1-1/+1
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-16/+6
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.Bill Meier1-2032/+2032
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-1/+1
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-1/+1
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-1/+1
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+6
2010-01-20From Julien Kerihuel, add support forRonnie Sahlberg1-2/+5
2010-01-13From Didier Gautheron:Anders Broman1-5/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-01From Markus Koetter:Jaap Keuter1-2/+2
2009-10-20From Matthieu PatouRonnie Sahlberg1-0/+6
2009-10-05Initialize some values to avoid uninitialized warnings.Stig Bjørlykke1-3/+3
2009-10-04Atemt to fix compilation of packet-dcerpc.c for Windows.Anders Broman1-21/+35
2009-10-04more samr updates for ndr64Ronnie Sahlberg1-2/+7
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg1-19/+19
2009-10-03initial support to handle conformance data for NDR64.Ronnie Sahlberg1-36/+80
2009-10-03teach the dce/rpc pointer dissector about ndr64 and make it dissect Ronnie Sahlberg1-32/+52
2009-10-01we need to copy the information about the transport syntax, i.e. i fit Ronnie Sahlberg1-1/+10
2009-09-30Move the definition of the uuid, and registration of its name, for the Ronnie Sahlberg1-26/+56
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-18/+6
2009-09-08Custom columnfication:Kovarththanan Rajaratnam1-41/+0
2009-08-28Fix code which could access uninitialized variables and display incorrect tex...Bill Meier1-12/+14
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-24/+24
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-102/+102
2009-05-13Apply some of the patches from:Anders Broman1-10/+5
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+4
2008-02-08based on the novell idllib sources :Ronnie Sahlberg1-1/+1
2007-12-07Register the "samr.nt_password" preference as obsolete.Gerald Combs1-0/+9
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-6/+6
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-0/+2
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-9/+6
2007-05-08update PIDL_dissect_cvstring so that it can be used in a future pidl to Ronnie Sahlberg1-8/+40
2007-05-06add CBA_E_INVALIDIDUlf Lamping1-0/+1
2007-03-30Fix more warningsStephen Fisher1-3/+2
2007-03-19Get rid of unused variable.Guy Harris1-1/+0
2007-02-27add PIDL friendly helper to manage unicode stringsRonnie Sahlberg1-0/+21
2006-11-26From Stefan Metzmacher:Jaap Keuter1-6/+13
2006-11-24From Stefan Metzmacher:Jaap Keuter1-12/+19
2006-11-21fix for bug 1226:Ronnie Sahlberg1-1/+4
2006-10-20Catch an infinite loop. Fixes bug 1172.Gerald Combs1-12/+15
2006-09-28From stephen fisher:Ronnie Sahlberg1-4/+2
2006-09-24print the connectionless interface name if such is knownUlf Lamping1-3/+11