aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ff.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-11/+11
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-19Fix some duplicate display filter names.cmaynard1-14/+14
2011-12-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-25/+25
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-65/+65
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-264/+264
2011-03-23value&0x03 does not need to be shifted to the right by two.sahlberg1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-629/+138
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-10Use correct length for "Version OD Calling".stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-16/+16
2009-03-23Removed some "initializer does not fit or is out of range" warnings.stig1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-05-13Fix some of the Errors/warnings detected by checkapi.wmeier1-824/+1240
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.jake1-1/+1
2008-02-18Add $Id$wmeier1-0/+2
2008-02-07Removed even more "statement not reached" warnings.stig1-11/+0
2008-01-12Fix Windows warning/error: integral size mismatchsfisher1-6/+6
2008-01-11The Windows compiler thinks that doing return(func_that_returns_void()) in a ...morriss1-1/+1
2008-01-11From Yukiyo Akisada:jake1-0/+16935