aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-04Some (trivial) cppcheck fixes.Martin Mathieson1-2/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-03-04Print the content of an unknown message type as hex. May help reverseJoerg Mayer1-1/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-24CPHA : tvb_length -> tvb_reported_lengthAlexis La Goutte1-2/+2
2014-11-24CPHA: Update versions listsAlexis La Goutte1-5/+106
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+3
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
2012-01-19Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-11-15Enhance CPHA dissectorAlexis La Goutte1-312/+202
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+17
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-4/+3
2011-04-27From Yaniv Kaul:Anders Broman1-3/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
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