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