aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-10Qt: Expert info grouping.Gerald Combs1-1/+1
2016-02-03Adds calculation of preamble length and frame duration.Simon Barber1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-11Qt: Reload Lua expert infosStig Bjørlykke1-2/+38
2015-09-21Remove proto_tree_add_text API.Michael Mann1-2/+2
2015-09-08Add API to expose "expert info" summary.Michael Mann1-0/+14
2015-09-07Add a new expert info type for decryption problems.Guy Harris1-0/+1
2015-08-21[Expert] Enhance error output to identify the duplicated field.AndersBroman1-2/+2
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+5
2015-05-08Expert Info dialog.Gerald Combs1-0/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+3
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-2/+2
2014-09-15expert.[hc] Minor changes:Bill Meier1-69/+82
2014-07-26Allow severity levels of expert info items to be configured by the user.Michael Mann1-3/+154
2014-07-20va_list can't be NULL on ARM.Steev Klimaszewski1-7/+29
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-12/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-22Move expert value_string body to expert.c (from expert.h)Jakub Zawadzki1-1/+25
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-5/+5
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann1-2/+2
2013-09-01Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann1-13/+0
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann1-3/+11
2013-07-06Remove unused data structures from new expert code. Cleans up another ~17KBEvan Huus1-29/+1
2013-07-06Allocate expert protocol structs with wmem, cleans up a few KB of leaks inEvan Huus1-1/+2
2013-07-05Fix the use of va_args in the new expert code. Passing a va_list to a ... isEvan Huus1-1/+5
2013-07-02Differentiate "Disabled" from "Unknown" and provide macros for the enumerated...Michael Mann1-4/+4
2013-07-02Add proto_tree_add_expert and proto_tree_add_expert_format. This was added t...Michael Mann1-2/+44
2013-07-02Cache the malformed filter instead of looking it up each time a malformed pac...Michael Mann1-1/+4
2013-06-20inform expert info layer about the current number of packet commentsMartin Kaiser1-0/+7
2013-05-24Ensure most severe is displayed in expert column. Bug 7733 (https://bugs.wir...Michael Mann1-1/+4
2013-05-24expert_add_info(): we can't use va_start()/va_end() so don't try to use a va_...Jeff Morriss1-3/+1
2013-05-24expert_add_info() doesn't take a variable number of args; don't use va_start(...Jeff Morriss1-4/+2
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann1-7/+194
2013-03-20 From beroset:Bill Meier1-1/+1
2013-03-02Move expert_group_vals expert_severity_vals constant definitions to expert.hBalint Reczey1-25/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Add a missing NULL check pointed out by Jakub.Gerald Combs1-1/+1
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-2/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-27Fix compiler warning: "format not a string literal and no format arguments"Bill Meier1-2/+2
2012-06-27Don't show (essentially meaningless) numeric values of the expert codes.Bill Meier1-2/+5
2012-06-26Display expert codes in hexadecimal (less painful for my eyes :))Pascal Quantin1-2/+2
2012-06-20Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*Jeff Morriss1-2/+2
2012-03-02Use the expert system to show packet comments.Anders Broman1-0/+2
2011-12-14Treat expert info as a <field> instead of a <proto> when exporting to pdml.Chris Maynard1-1/+4
2011-07-19Use ENC_NA for FT_PROTOCOL.Stig Bjørlykke1-1/+1
2011-06-19Revert r37702 in favour of r37705 for bug 6035.Stig Bjørlykke1-2/+2