aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-23Fix for bug 3898:Jaap Keuter1-7/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-28/+29
2008-12-22Best guess fix for missing initializer in array of string pointers; Bill Meier1-0/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-8/+2
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-08-23From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:Richard van der Hoff1-27/+27
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-4/+4
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+567