Avoid longjmp warning by making adding volatile.
[obnox/wireshark/wip.git] / epan / expert.c
2011-07-19 stigUse ENC_NA for FT_PROTOCOL.
2011-06-19 stigRevert r37702 in favour of r37705 for bug 6035.
2011-06-18 stigUse BASE_DEC for expert.group and expert.severity.
2011-05-25 etxrabUse PI_UNDECODED instead.
2011-05-25 etxrabAdd a convinience function to add expert warnings for...
2010-07-16 martinmMake frames containing Malformed expert items match...
2010-02-28 stigAdded svn:ignore targets.
2010-01-19 geraldFix a double-free bug which was causing a crash. Our...
2009-12-18 stigAdded expert info group PI_PROTOCOL.
2009-09-30 wmeierWhitespace changes
2009-09-13 etxrabModified extarct from Didier Gautheron:
2009-09-06 krjSplit a bunch of init routines into init() and cleanup...
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-06-04 stigAdded missing PI_DEBUG to expert_group_vals[].
2009-03-18 wmeierFrom Jakub Zawadzki: g_gnprintf & etc: Use size of...
2009-03-09 stigFrom Jakub Zawadzki and me (bug 3283):
2007-07-23 ulfl- add a column for the expert info severity level
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2006-08-31 ulflmove value_strings from expert_dialogs into expert...
2006-05-21 sahlbergname change
2006-03-12 jakeAssure that pinfo is a valid pointer. Related to Coveri...
2006-02-13 legoDon't se_leak expert_info records.
2005-11-25 ulflfrom Greg Morris:
2005-09-11 guyFrame numbers are unsigned, and they start at 1; 0...
2005-09-11 ulflI'm adding the "Expert Info" prototype now, as it seems...