aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Fix bugs: #7532, 7534 dissect_ndr_cvstring returns ep-memory, don't free it.Jakub Zawadzki1-1/+0
2012-07-26Fix memleaks (tvb_get_unicode_string())Jakub Zawadzki1-4/+4
2012-07-07From Evan Huus: Fix "Useless null checks in packet-dcerpc*"Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07General minor cleanup including:Bill Meier1-1240/+1255
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-2/+2
2011-12-27Fix a comment. Correct a few typos.Chris Maynard1-14/+14
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-18From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=64...Jeff Morriss1-52/+31
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-08-11From Dirk Jagdmann: Protect the RTS info column.Gerald Combs1-2/+3
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-22/+38
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard1-3/+0
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-16/+16
2011-04-16From Dirk:Anders Broman1-161/+82
2011-02-18Fix more Visual C++ analysis errors.Gerald Combs1-0/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-19Fix warning found by clang...Stephen Fisher1-1/+1
2011-01-03Remove the other use of tvb_fake_unicode() from the DCE/RPC dissector andStephen Fisher1-6/+2
2011-01-03Switch one of the places in the DCERPC dissector from usingStephen Fisher1-6/+2
2010-12-23From Julien Kerihuel:Jaap Keuter1-1/+478
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