MAX_MCS_INDEX is a valid array index.
[metze/wireshark/wip.git] / epan / expert.c
2016-02-03 Simon BarberAdds calculation of preamble length and frame duration.
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-12-11 Stig BjørlykkeQt: Reload Lua expert infos
2015-09-21 Michael MannRemove proto_tree_add_text API.
2015-09-08 Michael MannAdd API to expose "expert info" summary.
2015-09-07 Guy HarrisAdd a new expert info type for decryption problems.
2015-08-21 AndersBroman[Expert] Enhance error output to identify the duplicate...
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-05-08 Gerald CombsExpert Info dialog.
2015-02-18 Guy HarrisMake UAT record update callbacks return a success/failu...
2015-01-13 Guy HarrisUAT error string pointers should not be const pointers.
2015-01-11 Michael MannReplace some "low hanging fruit" uses of emem.
2014-09-15 Bill Meierexpert.[hc] Minor changes:
2014-07-26 Michael MannAllow severity levels of expert info items to be config...
2014-07-20 Steev Klimaszewskiva_list can't be NULL on ARM.
2014-03-26 Hadriel KaplanAdd filterable expert info for Lua
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-12-22 Jakub ZawadzkiMove expert value_string body to expert.c (from expert.h)
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-09 Michael MannPrefix all "Wireshark application specific" display...
2013-09-08 Michael MannCouldn't quite figure out how to make the expert items...
2013-09-01 Michael MannRemove expert_add_undecoded_item in favor of proto_tree...
2013-08-05 Michael MannCompletely remove support for proto_item_set_expert_flags.
2013-07-06 Evan HuusRemove unused data structures from new expert code...
2013-07-06 Evan HuusAllocate expert protocol structs with wmem, cleans...
2013-07-05 Evan HuusFix the use of va_args in the new expert code. Passing...
2013-07-02 Michael MannDifferentiate "Disabled" from "Unknown" and provide...
2013-07-02 Michael MannAdd proto_tree_add_expert and proto_tree_add_expert_for...
2013-07-02 Michael MannCache the malformed filter instead of looking it up...
2013-06-20 Martin Kaiserinform expert info layer about the current number of...
2013-05-24 Michael MannEnsure most severe is displayed in expert column. ...
2013-05-24 Jeff Morrissexpert_add_info(): we can't use va_start()/va_end(...
2013-05-24 Jeff Morrissexpert_add_info() doesn't take a variable number of...
2013-05-24 Michael MannAdd expert info configuration framework. Bug 2412...
2013-03-20 Bill Meier From beroset:
2013-03-02 Balint ReczeyMove expert_group_vals expert_severity_vals constant...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Gerald CombsAdd a missing NULL check pointed out by Jakub.
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-27 Bill MeierFix compiler warning: "format not a string literal...
2012-06-27 Bill MeierDon't show (essentially meaningless) numeric values...
2012-06-26 Pascal QuantinDisplay expert codes in hexadecimal (less painful for...
2012-06-20 Jeff MorrissFollowup to r43176, r43177, r43178, and r43179: prohibi...
2012-03-02 Anders BromanUse the expert system to show packet comments.
2011-12-14 Chris MaynardTreat expert info as a <field> instead of a <proto...
2011-07-19 Stig BjørlykkeUse ENC_NA for FT_PROTOCOL.
2011-06-19 Stig BjørlykkeRevert r37702 in favour of r37705 for bug 6035.
2011-06-18 Stig BjørlykkeUse BASE_DEC for expert.group and expert.severity.
2011-05-25 Anders BromanUse PI_UNDECODED instead.
2011-05-25 Anders BromanAdd a convinience function to add expert warnings for...
2010-07-16 Martin MathiesonMake frames containing Malformed expert items match...
2010-02-27 Jaap KeuterClean up implementation.
2010-01-19 Gerald CombsFix a double-free bug which was causing a crash. Our...
2009-12-18 Stig BjørlykkeAdded expert info group PI_PROTOCOL.
2009-09-30 Bill MeierWhitespace changes
2009-09-13 Anders BromanModified extarct from Didier Gautheron:
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-08-09 Kovarththanan Raja... Add PTREE_FINFO and use PITEM_FINFO when possible.
2009-06-04 Stig BjørlykkeAdded missing PI_DEBUG to expert_group_vals[].
2009-03-18 Bill MeierFrom Jakub Zawadzki: g_gnprintf & etc: Use size of...
2009-03-09 Stig BjørlykkeFrom Jakub Zawadzki and me (bug 3283):
2007-07-23 Ulf Lamping- add a column for the expert info severity level
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2006-08-31 Ulf Lampingmove value_strings from expert_dialogs into expert...
2006-05-21 Ronnie Sahlbergname change
2006-03-12 Jaap KeuterAssure that pinfo is a valid pointer. Related to Coveri...
2006-02-13 Luis OntanonDon't se_leak expert_info records.
2005-11-25 Ulf Lampingfrom Greg Morris:
2005-09-11 Guy HarrisFrame numbers are unsigned, and they start at 1; 0...
2005-09-11 Ulf LampingI'm adding the "Expert Info" prototype now, as it seems...