Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-epl.c
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-21 Michael MannCreate new dissectors when a protocol goes across ether...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-19 Michael MannCorrect source code formatting. Bug 9146 (https:/...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-30 Michael MannConvert some proto_tree_add_string_format calls to...
2013-09-13 Pascal QuantinFrom Roland Knall via https://bugs.wireshark.org/bugzil...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissectors.
2013-06-19 Jörg MayerFix CID 1033205: Dead default in switch (DEADCODE)
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-10-18 Bill MeierMinor Updates:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2012-02-06 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-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-07-21 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-23 Bill MeierUse correct subtree in a few cases: Fixes Coverity...
2011-03-16 Anders BromanFrom Roland Knall:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-10 Guy HarrisWell, not quite - proto_tree_add_item() doesn't work...
2009-12-10 Guy HarrisJust use proto_tree_add_item(), don't use a fancy seque...
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-08-05 Jeff MorrissFrom Daniel Krueger:
2008-06-27 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-03-04 Jeff Morrissmatch_strval() may return NULL so don't blindly pass...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-06-06 Luis OntanonUnconditionally initialize profile (avoid a warning...
2007-06-06 Bill MeierFwom David Buechi: Powerlink dissector enhancement:
2007-03-10 Jeff MorrissFrom David Buechi:
2007-03-09 Jörg MayerGCC warning fixes
2007-02-27 Anders BromanFrom Daniel Krüger:
2006-11-27 Jeff MorrissSince this dissector is already 'new style' (it returns...
2006-08-23 Ronnie Sahlbergmove the include for emem.h so that size_t is defined...
2006-08-22 Anders BromanFrom David Buechi: