aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dccp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-23/+14
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-10-25From Jakub Zawadzki:etxrab1-3/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-29/+29
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-3/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-17/+33
2008-05-13Fix some of the Errors/warnings detected by checkapi.wmeier1-10/+22
2008-04-09Fix name of file in comment to reflect current reality.guy1-1/+1
2008-03-16OK, now use DCCP rather than DCP for the Datagram Congestion Controlguy1-0/+1141
2008-03-15Rename Distributed Checksum Clearinghouse protocol from "DCCP" to justguy1-564/+0
2007-11-09Apply yet another set of the optimization patches:etxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-12-16From Jaap Keuter:etxrab1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+564