aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix some duplicate display filter names.Chris Maynard2012-01-191-1/+1
* Enhance CPHA dissectorAlexis La Goutte2011-11-151-312/+202
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-10-261-11/+17
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-4/+3
* From Yaniv Kaul:Anders Broman2011-04-271-3/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* #include <string.h> not needed.Bill Meier2010-04-061-2/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Fix for bug 3898:Jaap Keuter2010-01-231-7/+3
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-1/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-1/+1
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-1/+1
* Define certain fcns as static (if not used externally).Bill Meier2009-03-291-28/+29
* Best guess fix for missing initializer in array of string pointers; Bill Meier2008-12-221-0/+4
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-1/+1
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-8/+2
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-1/+1
* From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:Richard van der Hoff2007-08-231-27/+27
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-4/+4
* various code cleanup:Ulf Lamping2005-08-081-4/+0
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+567