summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcerpc-epm.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-9/+9
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-2/+2
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-17/+17
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+10
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-4/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
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-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-77/+65
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-3/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-3/+12
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-5/+5
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-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-09-01From Litao Gao:Anders Broman1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-25Mark drep parameter as unused in the epm_dissect_tower_data functionStephen Fisher1-1/+1
2011-11-25From Wido Kelling: EPM tower UUID must be interpreted always as little endian.Bill Meier1-1/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06From Dirk Jagdmann:Gerald Combs1-4/+20
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-1/+1
2011-01-12Replace some uses of tvb_get_ptr() with tvb_get_ephemeral_string().Jeff Morriss1-14/+7
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-135/+135
2010-04-06#include <string.h> not needed.Bill Meier1-3/+0
2009-09-30Move the definition of the uuid, and registration of its name, for the Ronnie Sahlberg1-5/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-6/+6
2006-09-07add some probable protocol IDs from the DCOM specsUlf Lamping1-0/+4
2006-08-28add some more right-hand-side infos of the tower dataUlf Lamping1-1/+6
2006-08-17some further work on the GUID/UUID resolvingsUlf Lamping1-5/+4
2006-08-16various UUID/GUID based changes.Ulf Lamping1-14/+45
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-04-23Add a few tvb_ensure_bytes_exist() calls.Gerald Combs1-0/+5
2004-12-19Merge dissection of EndpointMapper interfaces of version 3 and 4 into one fil...Ulf Lamping1-5/+14
2004-12-15From Yaniv Kaul: DCERPC-over-HTTP(!) support. (But why didn't whoeverGuy Harris1-13/+21
2004-09-17FALSE, not TRUE, means big-endian in a "proto_tree_add_item()" call.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+735