remove empty else-branches
[metze/wireshark/wip.git] / epan / dissectors / packet-v5ua.c
2013-03-31 Martin Kaiserremove empty else-branches
2013-03-31 Martin KaiserTABs -> spaces
2013-03-30 Martin Kaisercoverity 280417: logically dead code
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-01 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
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-10-11 Bill MeierChange 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
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-18 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-01-05 Jeff MorrissDon't pass the result of tvb_get_ptr() into a %s format...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-03-11 Gerald CombsPartially revert copyright.
2010-02-03 Jeff MorrissChange author attribution as per https://bugs.wireshark...
2010-01-22 Bill MeierFix some gcc -Wshadow warnings
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-07-14 Anders BromanFrom Vladimir Smrekar :
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-02-21 Jaap KeuterIncorporate plugin dissector into build in collection.