Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-sbus.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-03-03 Bill MeierCreate/use several extended value-strings; Do several...
2013-12-21 Jakub Zawadzkifix some warnings.
2013-12-12 Anders Broman- Make local functions static.
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-14 Jörg Mayeremem -> wmem
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-06-12 Michael MannBatch of filterable expert infos with some minor cleanu...
2013-03-23 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-19 Anders BromanFrom beroset:
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
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-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-01-23 Chris MaynardFix some duplicate display filter names.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-11 Bill MeierFix benign bugs wherein proto_tree_add_uint() was inten...
2011-10-10 Bill Meier Fix benign bugs in some proto_tree_add_item() 'encodin...
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-09-21 Bill MeierFix ex "modeline" so it works;
2011-08-07 Bill MeierRemove some unused 'GMemChunk *' variables and se_alloc...
2011-07-18 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-04-22 Stephen FisherFix various warnings found by clang 3.0 (trunk 129935...
2011-02-07 Bill MeierRemove unneeded #includes (stdio.h,stdlib.h);
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-04 Stig BjørlykkeAdded check for valid pointers.
2010-08-24 Anders BromanFrom Christian Durrer:
2010-08-16 Anders BromanFrom Christian Durrer:
2010-08-05 Jeff MorrissFix number of arguments to format
2010-08-05 Anders BromanFrom Christian Durrer:
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-28 Bill MeierRemove trailing blanks; Also: Altho tabs expanded,...
2009-10-12 Bill MeierReplace GMemChunks usage with se_alloc();
2009-09-20 Kovarththanan Raja... Use tvb_get_ephemeral_string() instead of tvb_get_string()
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-01 Jaap KeuterFrom Reinhard Speyerer:
2009-02-21 Jaap KeuterIncorporate plugin dissector into build in collection.