aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15Enhance CPHA dissectoralagoutte1-312/+202
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-11/+17
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-4/+3
2011-04-27From Yaniv Kaul:etxrab1-3/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-23Fix for bug 3898:jake1-7/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-1/+1
2009-03-29Define certain fcns as static (if not used externally).wmeier1-28/+29
2008-12-22Best guess fix for missing initializer in array of string pointers; wmeier1-0/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-02-07Removed even more "statement not reached" warnings.stig1-8/+2
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-08-23From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:richardv1-27/+27
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-4/+4
2005-08-08various code cleanup:ulfl1-4/+0
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+567