aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping1-1/+39
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-12Assure that pinfo is a valid pointer. Related to Coverity CID 112Jaap Keuter1-2/+2
2006-02-13Don't se_leak expert_info records.Luis Ontanon1-3/+3
2005-11-25from Greg Morris:Ulf Lamping1-0/+2
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris1-2/+2
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+117