aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ff.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29345
2009-07-10Use correct length for "Version OD Calling".Stig Bjørlykke1-1/+1
This fixes bug 3694. svn path=/trunk/; revision=29051
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-16/+16
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27826
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26091
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier1-824/+1240
svn path=/trunk/; revision=25282
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter1-1/+1
Correct protocol name. svn path=/trunk/; revision=24503
2008-02-18Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=24382
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-11/+0
svn path=/trunk/; revision=24286
2008-01-12Fix Windows warning/error: integral size mismatchStephen Fisher1-6/+6
Then fix comparison of signed/unsigned warning/error svn path=/trunk/; revision=24070
2008-01-11The Windows compiler thinks that doing return(func_that_returns_void()) in a ↵Jeff Morriss1-1/+1
function that itself returns void is "'void' function returning a value". So don't do that. svn path=/trunk/; revision=24068
2008-01-11From Yukiyo Akisada:Jaap Keuter1-0/+16935
This modifications are for the new protocol support. HSE protocol was defined at Fieldbus Foundation <http://www.fieldbus.org/>. svn path=/trunk/; revision=24064