aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-06DCC: fix There are identical sub-expressions 'tvb_get_guint8(tvb, offset + 4)...Alexis La Goutte1-1/+1
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-41/+54
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-32/+76
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-9/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-20/+16
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-13/+13
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-04-27Remove check_col().Anders Broman1-18/+12
2011-04-27From Yaniv Kaul:Anders Broman1-2/+2
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-2/+0
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-29/+29
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-2/+2
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-3/+3
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
2008-03-15Rename Distributed Checksum Clearinghouse protocol from "DCCP" to justGuy Harris1-0/+564