aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-18Use BASE_DEC for expert.group and expert.severity.Stig Bjørlykke1-2/+2
2011-05-25Use PI_UNDECODED instead.Anders Broman1-1/+1
2011-05-25Add a convinience function to add expert warnings for not dissected items.Anders Broman1-0/+12
2010-07-16Make frames containing Malformed expert items match with "malformed" display ...Martin Mathieson1-0/+7
2010-02-27Clean up implementation.Jaap Keuter1-48/+42
2010-01-19Fix a double-free bug which was causing a crash. Our decryption bufferGerald Combs1-2/+2
2009-12-18Added expert info group PI_PROTOCOL.Stig Bjørlykke1-0/+1
2009-09-30Whitespace changesBill Meier1-21/+22
2009-09-13Modified extarct from Didier Gautheron:Anders Broman1-17/+26
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-6/+4
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-06-04Added missing PI_DEBUG to expert_group_vals[].Stig Bjørlykke1-1/+2
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-4/+1
2009-03-09From Jakub Zawadzki and me (bug 3283):Stig Bjørlykke1-0/+55
2007-07-23- add a column for the expert info severity levelUlf Lamping1-0/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-1/+1