TODO SMB2 NegotiateContext....
[metze/wireshark/wip.git] / epan / expert.h
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2017-12-14 Stig Bjørlykkeepan: Make expert info summary text mandatory
2015-12-11 Stig Bjørlykkeepan: Don't export deregister functions
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-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-05-08 Gerald CombsExpert Info dialog.
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2014-09-15 Bill Meierexpert.[hc] Minor changes:
2014-07-26 Michael MannAllow severity levels of expert info items to be config...
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-12-03 Alexis La GoutteFix warning: The following parameters of proto_tree_add...
2013-10-03 Michael MannMake expert items used in "low level" proto functions...
2013-09-09 Michael MannComplete the conversion of expert_add_info_format_text...
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-10 Alexis La GoutteFix (-W)documentation error found by Clang
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-06-30 Michael MannBatch of filterable expert infos.
2013-06-20 Martin Kaiserinform expert info layer about the current number of...
2013-05-24 Jeff Morrissexpert_add_info_format_text(): use the correct argument...
2013-05-24 Michael MannAdd expert info configuration framework. Bug 2412...
2013-04-26 Evan HuusFix a whole bunch of doxygen warnings, mostly typos...
2013-03-02 Balint ReczeyMove expert_group_vals expert_severity_vals constant...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-10-08 Martin Kaiserexpert.h needs packet_info.h
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-12-14 Chris MaynardTreat expert info as a <field> instead of a <proto...
2011-05-25 Anders BromanAdd a convinience function to add expert warnings for...
2011-02-01 Stephen FisherFrom John Thacker via bug #5644: Can't include expert...
2010-02-27 Jaap KeuterClean up implementation.
2010-01-25 Stig BjørlykkeChanged from using own defined GNUC_FORMAT_CHECK to...
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-01-26 Ulf Lampingadd a note that PI_CHECKSUM and PI_WARN can be found...
2006-08-31 Ulf Lampingmove value_strings from expert_dialogs into expert...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2005-11-25 Ulf Lampingfrom Greg Morris:
2005-09-13 Guy HarrisMove the definition of GNUC_FORMAT_CHECK() to its own...
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...