aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-18From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=64...morriss1-52/+31
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-08-11From Dirk Jagdmann: Protect the RTS info column.gerald1-2/+3
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataguy1-22/+38
2011-05-23Delete unused header field entries found by running checkhf.pl.cmaynard1-3/+0
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.cmaynard1-16/+16
2011-04-16From Dirk:etxrab1-161/+82
2011-02-18Fix more Visual C++ analysis errors.gerald1-0/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-19Fix warning found by clang...sfisher1-1/+1
2011-01-03Remove the other use of tvb_fake_unicode() from the DCE/RPC dissector andsfisher1-6/+2
2011-01-03Switch one of the places in the DCERPC dissector from usingsfisher1-6/+2
2010-12-23From Julien Kerihuel:jake1-1/+478
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