aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_acct.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-7/+20
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-5/+7
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-6/+6
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-6/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
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-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-1/+1
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-13/+12
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-7/+7
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+168