aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-fldb.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-8/+8
2020-10-03Fix more filter field strings.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-34/+21
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-21/+21
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-583/+545
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-16/+9
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-8/+8
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-173/+111
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-82/+25
2013-09-22emem -> wmem conversion:Pascal Quantin1-8/+8
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-22/+22
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+28
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
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-4/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-8/+8
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-31/+27
2010-10-13Use extended value string functions to access dce_error_vals (which has 4397 ...Bill Meier1-8/+8
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-58/+29
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-121/+121
2007-09-30update filter fields for bug 1803Ronnie Sahlberg1-124/+124
2007-09-07Change the long protocol name dissectors for various DFS protocols toGuy Harris1-2/+2
2006-08-16FT_STRING -> FT_GUIDUlf Lamping1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-29Change the field description to match the field name.Jörg Mayer1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2142