Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-ff.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-07-17 Alexis La GoutteMove Do not clear / Clear & Confirmed / Unconfirmed...
2013-07-15 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-19 Anders BromanFrom beroset:
2012-12-03 Bill MeierGeneral minor cleanup:
2012-09-25 Michael Mannreplaced decode_boolean_bitfield, decode_numeric_bitfie...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-09-02 Michael Mannlength check "heuristics" for FF dissector (UDP + TCP)
2012-09-01 Anders BromanRevert
2012-09-01 Anders BromanFrom Michael Mann:
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-19 Chris MaynardFix some duplicate display filter names.
2011-12-17 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-03-23 Ronnie Sahlbergvalue&0x03 does not need to be shifted to the right...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-10 Stig BjørlykkeUse correct length for "Version OD Calling".
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-23 Stig BjørlykkeRemoved some "initializer does not fit or is out of...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-05-13 Bill MeierFix some of the Errors/warnings detected by checkapi.
2008-02-29 Jaap KeuterProperly attribute the FOUNDATION Fieldbus dissector...
2008-02-18 Bill MeierAdd $Id$
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2008-01-12 Stephen FisherFix Windows warning/error: integral size mismatch
2008-01-11 Jeff MorrissThe Windows compiler thinks that doing return(func_that...
2008-01-11 Jaap KeuterFrom Yukiyo Akisada: