Document the new Copy Profile button.
[obnox/wireshark/wip.git] / epan / expert.c
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...