aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-02dcom: fix typo ("rountine" -> "routine").Guy Harris1-4/+4
2020-08-02dcom: free data_marshalers and set it to null when we change capture files.liningjie1-0/+8
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-16DCOM - Add dissector for IProvideClassInfoalexsirr1-0/+2
2019-04-06DCOM - Add dissector for ITypeInfoalexsirr1-0/+4
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-10-12DCOM: always NUL-terminate dissect_dcom_BSTR resultsPeter Wu1-1/+3
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-3/+2
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