aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-21dce-rpc: properly dissect multiple PDU in the same packet. Bug 9302 (https://...Michael Mann1-13/+15
2013-09-29Convert proto_tree_add_time_format to either proto_tree_add_time or proto_tre...Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-8/+8
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-17/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-6/+6
2013-09-01Batch of filterable expert info.Michael Mann1-38/+39
2013-07-26From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8952 :Jeff Morriss1-11/+39
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-3/+3
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-4/+4
2013-05-31Report the operation number in all places where we note that we don'tGuy Harris1-8/+16
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-20/+134
2013-03-19From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8475Evan Huus1-8/+30
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-58/+55
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-21/+29
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-01-19Use wmem epan-scoped memory when initializing dcerpc so that it gets freed whenEvan Huus1-1/+2
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-11-04From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7953 Improv...Alexis La Goutte1-10/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-5/+5
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-09-01From Litao Gao:Anders Broman1-0/+1
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