aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-5/+2
2015-04-29- Mark some DCE/RPC functions as public do allow calls from pluginsMicha Reiser1-3/+29
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-19/+18
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-58/+58
2015-02-11Prevent two false positive MSVC2013 Code Analysis warningsBill Meier1-2/+2
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-1/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-7/+15
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-1/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-1/+14
2014-07-06Clean up handling of missing functions.Guy Harris1-0/+2
2014-04-08On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.Guy Harris1-9/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-2/+1
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-153/+149
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-06-09Batch of filterable expert infos.Michael Mann1-6/+20
2013-03-16[-Wmissing-prototypes]Anders Broman1-15/+18
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-4/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-01Fix C++-style comment caught by checkAPI.Evan Huus1-1/+1
2012-09-01From Litao Gao:Anders Broman1-22/+141
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-0/+1
2012-04-30Don't use tabs in string constants;Bill Meier1-1/+1
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-164/+164
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-21/+18
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-2/+2
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-4/+4
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-2/+0
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-4/+2
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-04-16Fix the fuzz failure found inJeff Morriss1-162/+176
2010-02-09Fix some memory leaks; Fix some indentation.Bill Meier1-134/+160
2010-02-09Revert SVN #31838; It's NG.Bill Meier1-156/+134
2010-02-08Fix some memory leaks; Fix some indentation.Bill Meier1-134/+156
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+0
2009-10-11Make ett_* values static.Stig Bjørlykke1-12/+12
2009-10-05Initialize u32BoundElements.Stig Bjørlykke1-0/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-11/+11