summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-18dcom: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-u...Alexis La Goutte1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-14/+4
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-07[dcom] don't THROW() an exception from a dissectorMartin Kaiser1-11/+14
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-5/+5
2015-10-18DCOM: ensure to initialize IPv4 variable put on the stackPascal Quantin1-0/+1
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