For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ff.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-03-23 sahlbergvalue&0x03 does not need to be shifted to the right...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-04-06 wmeier#include <string.h> not needed.
2010-01-13 etxrabFrom Didier Gautheron:
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-10 stigUse correct length for "Version OD Calling".
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-23 stigRemoved some "initializer does not fit or is out of...
2008-08-26 wmeier#include <emem.h> not req'd
2008-05-13 wmeierFix some of the Errors/warnings detected by checkapi.
2008-02-29 jakeProperly attribute the FOUNDATION Fieldbus dissector...
2008-02-18 wmeierAdd $Id$
2008-02-07 stigRemoved even more "statement not reached" warnings.
2008-01-12 sfisherFix Windows warning/error: integral size mismatch
2008-01-11 morrissThe Windows compiler thinks that doing return(func_that...
2008-01-11 jakeFrom Yukiyo Akisada: