aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-03Remove get_next_di() and just use packet-scope for thoseEvan Huus1-22/+10
2014-08-01Use packet_scope instead of a stack localEvan Huus1-21/+21
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-18/+18
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-18/+18
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-2/+2
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-8/+8
2013-12-15In dissect_ndr_byte_array(), use the field index from the dcerpc_infoGuy Harris1-74/+60
2013-12-12(Trivial)Bill Meier1-70/+70
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-1/+1
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-15/+62
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+1
2013-11-21Fix memory leak from formatted string.Michael Mann1-0/+2
2013-11-21strncpy() consideered unsafe (it doesn't, for example, guarantee thatGuy Harris1-1/+1
2013-11-20Mark another parameter as unusedPascal Quantin1-1/+1
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-80/+306
2013-11-14Add a cast to try and fix the OSX buildbot.Evan Huus1-1/+1
2013-11-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9303 based on patch andEvan Huus1-6/+28
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-112/+74
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-10-21Add a new api to allow dissection of the array payload as a whole. Bug 9307 ...Michael Mann1-9/+35
2013-10-21We can't really have conformant strings they are always conformant andMichael Mann1-0/+8
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