aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_pgo.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-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-22/+14
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-3/+3
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-20/+20
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-48/+34
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-230/+234
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-192/+112
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-46/+24
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-04-21Fix new warning in gcc 4.8:Jörg Mayer1-4/+4
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-33/+33
2012-10-16fix some more cases where tvb_length_remaining() is assignedMartin Kaiser1-3/+3
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-2/+2
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-17/+8
2010-10-13Use extended value string functions to access dce_error_vals (which has 4397 ...Bill Meier1-2/+2
2010-10-06hf cleanup: delete a whole bunch of unused entries and make up unique names a...Jeff Morriss1-162/+19
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-9/+9
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-36/+18
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-51/+51
2006-08-16FT_STRING -> FT_GUIDUlf Lamping1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2004-10-31Get rid of a bunch of trailing spaces.Guy Harris1-47/+47
2004-10-31Add a "hf_sec_rgy_pname_t_size" hf_ value and corresponding field, andGuy Harris1-4/+9
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1900