aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_misc.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
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-3/+3
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-3/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
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-1/+1
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-01-12There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-5/+5
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-4/+4
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+131