aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-14epan: Make expert info summary text mandatoryStig Bjørlykke1-1/+1
2015-12-11epan: Don't export deregister functionsStig Bjørlykke1-1/+1
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke1-0/+10
2015-09-21Remove proto_tree_add_text API.Michael Mann1-5/+5
2015-09-08Add API to expose "expert info" summary.Michael Mann1-0/+7
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+5
2015-05-08Expert Info dialog.Gerald Combs1-0/+1
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-2/+2
2014-09-15expert.[hc] Minor changes:Bill Meier1-25/+37
2014-07-26Allow severity levels of expert info items to be configured by the user.Michael Mann1-1/+3
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-15/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-12-22Move expert value_string body to expert.c (from expert.h)Jakub Zawadzki1-25/+4
2013-12-03Fix warning: The following parameters of proto_tree_add_expert_format(proto_t...Alexis La Goutte1-0/+1
2013-10-03Make expert items used in "low level" proto functions filterable (and ensure ...Michael Mann1-1/+1
2013-09-09Complete the conversion of expert_add_info_format_text -> expert_add_info_for...Michael Mann1-3/+0
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann1-4/+7
2013-09-01Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann1-14/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+3
2013-07-02Differentiate "Disabled" from "Unknown" and provide macros for the enumerated...Michael Mann1-0/+5
2013-07-02Add proto_tree_add_expert and proto_tree_add_expert_format. This was added t...Michael Mann1-0/+40
2013-06-30Batch of filterable expert infos.Michael Mann1-1/+1
2013-06-20inform expert info layer about the current number of packet commentsMartin Kaiser1-0/+3
2013-05-24expert_add_info_format_text(): use the correct argument numbers in G_GNUC_PRI...Jeff Morriss1-2/+2
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann1-0/+77
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-1/+1
2013-03-02Move expert_group_vals expert_severity_vals constant definitions to expert.hBalint Reczey1-2/+24
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-6/+7
2012-10-08expert.h needs packet_info.hMartin Kaiser1-0/+1
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-11/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-14Treat expert info as a <field> instead of a <proto> when exporting to pdml.Chris Maynard1-0/+5
2011-05-25Add a convinience function to add expert warnings for not dissected items.Anders Broman1-0/+12
2011-02-01From John Thacker via bug #5644: Can't include expert.h in C++ codeStephen Fisher1-0/+7
2010-02-27Clean up implementation.Jaap Keuter1-5/+5
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke1-2/+1
2009-09-13Modified extarct from Didier Gautheron:Anders Broman1-1/+1
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-1/+1
2009-01-26add a note that PI_CHECKSUM and PI_WARN can be found in proto.h (don't want t...Ulf Lamping1-2/+2
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping1-0/+6
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-25from Greg Morris:Ulf Lamping1-0/+2
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris1-3/+5
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+60