aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-16/+11
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-68/+68
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-33/+17
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-1/+1
2010-10-06Change a couple of hf abbreviations so they're not the name of the hf variable.Jeff Morriss1-31/+31
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-341/+341
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-12/+4
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-32/+32
2006-08-16FT_STRING -> FT_GUIDUlf Lamping1-1/+1
2006-08-14add a value_string for the LCID fieldUlf Lamping1-1/+14
2006-08-11add an experimental DCOM object "database" based on the exchanged interface p...Ulf Lamping1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-05fix dissection of IDispatch Invoke dissection, if rgdispidNamedArgs array isn...Ulf Lamping1-8/+2
2006-04-07some of the CBA interfaces are actually derived from IDispatch, dissect the m...Ulf Lamping1-7/+8
2006-03-17add missing IDispatch methods and related dissectionsUlf Lamping1-82/+275
2004-12-19renamed all DCOM related interface dissectors from packet-dcerpc-... to packe...Ulf Lamping1-0/+442