aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
Commit message (Expand)AuthorAgeFilesLines
* Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann2013-10-091-5/+5
* Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann2013-09-081-2/+2
* Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann2013-09-011-13/+0
* Completely remove support for proto_item_set_expert_flags.Michael Mann2013-08-051-3/+11
* Remove unused data structures from new expert code. Cleans up another ~17KBEvan Huus2013-07-061-29/+1
* Allocate expert protocol structs with wmem, cleans up a few KB of leaks inEvan Huus2013-07-061-1/+2
* Fix the use of va_args in the new expert code. Passing a va_list to a ... isEvan Huus2013-07-051-1/+5
* Differentiate "Disabled" from "Unknown" and provide macros for the enumerated...Michael Mann2013-07-021-4/+4
* Add proto_tree_add_expert and proto_tree_add_expert_format. This was added t...Michael Mann2013-07-021-2/+44
* Cache the malformed filter instead of looking it up each time a malformed pac...Michael Mann2013-07-021-1/+4
* inform expert info layer about the current number of packet commentsMartin Kaiser2013-06-201-0/+7
* Ensure most severe is displayed in expert column. Bug 7733 (https://bugs.wir...Michael Mann2013-05-241-1/+4
* expert_add_info(): we can't use va_start()/va_end() so don't try to use a va_...Jeff Morriss2013-05-241-3/+1
* expert_add_info() doesn't take a variable number of args; don't use va_start(...Jeff Morriss2013-05-241-4/+2
* Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann2013-05-241-7/+194
* From beroset:Bill Meier2013-03-201-1/+1
* Move expert_group_vals expert_severity_vals constant definitions to expert.hBalint Reczey2013-03-021-25/+0
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Add a missing NULL check pointed out by Jakub.Gerald Combs2012-08-101-1/+1
* Make the corresponding packet_info available to each tree item. ThisGerald Combs2012-08-101-2/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix compiler warning: "format not a string literal and no format arguments"Bill Meier2012-06-271-2/+2
* Don't show (essentially meaningless) numeric values of the expert codes.Bill Meier2012-06-271-2/+5
* Display expert codes in hexadecimal (less painful for my eyes :))Pascal Quantin2012-06-261-2/+2
* Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*Jeff Morriss2012-06-201-2/+2
* Use the expert system to show packet comments.Anders Broman2012-03-021-0/+2
* Treat expert info as a <field> instead of a <proto> when exporting to pdml.Chris Maynard2011-12-141-1/+4
* Use ENC_NA for FT_PROTOCOL.Stig Bjørlykke2011-07-191-1/+1
* Revert r37702 in favour of r37705 for bug 6035.Stig Bjørlykke2011-06-191-2/+2
* Use BASE_DEC for expert.group and expert.severity.Stig Bjørlykke2011-06-181-2/+2
* Use PI_UNDECODED instead.Anders Broman2011-05-251-1/+1
* Add a convinience function to add expert warnings for not dissected items.Anders Broman2011-05-251-0/+12
* Make frames containing Malformed expert items match with "malformed" display ...Martin Mathieson2010-07-161-0/+7
* Clean up implementation.Jaap Keuter2010-02-271-48/+42
* Fix a double-free bug which was causing a crash. Our decryption bufferGerald Combs2010-01-191-2/+2
* Added expert info group PI_PROTOCOL.Stig Bjørlykke2009-12-181-0/+1
* Whitespace changesBill Meier2009-09-301-21/+22
* Modified extarct from Didier Gautheron:Anders Broman2009-09-131-17/+26
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-6/+4
* Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam2009-08-091-1/+1
* Added missing PI_DEBUG to expert_group_vals[].Stig Bjørlykke2009-06-041-1/+2
* From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier2009-03-181-4/+1
* From Jakub Zawadzki and me (bug 3283):Stig Bjørlykke2009-03-091-0/+55
* - add a column for the expert info severity levelUlf Lamping2007-07-231-0/+3
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-1/+1
* move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping2006-08-311-1/+39
* name changeRonnie Sahlberg2006-05-211-2/+2
* Assure that pinfo is a valid pointer. Related to Coverity CID 112Jaap Keuter2006-03-121-2/+2
* Don't se_leak expert_info records.Luis Ontanon2006-02-131-3/+3
* from Greg Morris:Ulf Lamping2005-11-251-0/+2