aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-browser.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-06-14browser (dcerpc): Fix Dead Store (Dead assignement/Dead increment) Warning fo...Alexis La Goutte1-3/+3
2016-06-11dcerpc-browser: don't THROW() an exception from a dissectorMartin Kaiser1-12/+0
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-8/+8
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-24/+24
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+22
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-27- Create/use several extended value_stringsBill Meier1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+3
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-174/+163
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-5/+5
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
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-4/+4
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-34/+34
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-10/+10
2005-06-15Make sure dissect_browser_TYPE_12_data() returns the right value. CatchGerald Combs1-1/+13
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...Ronnie Sahlberg1-8/+8
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1181