Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
[obnox/wireshark/wip.git] / epan / column.c
2011-11-13 guyIf we set "column.hidden" on the command line but don...
2011-07-04 etxrabFrom Michael Mann:
2010-10-09 stigAdded "Edit Column Details" functions to the packet...
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-06-25 stigIntroduce "Show Resolved" as an option in custom column...
2010-06-20 stigAdded "Hide Column" functionality.
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-01-26 dimegMove underscore escaping/unscaping function to strutil.c;
2010-01-25 dimegHandle underscore escaping/unescaping for old packet...
2010-01-25 dimegChange the prefix of the underscore escaping/unescaping
2010-01-24 dimegHandle underscore escaping/unescaping of the column...
2009-10-12 stigCorrected some return values.
2009-10-12 stigAdded check for valid column in get_column_title() and
2009-10-12 stigReturn from get_column_format() when invalid column...
2009-09-08 krjMake tshark and rawshark use build_column_format_array...
2009-08-25 guyNote in dlist[] that COL_BSSGP_TLLI is deprecated.
2009-08-25 etxrab Custom columnfication:
2009-08-23 krjCustom columnfication:
2009-08-23 krjCustom columnfication:
2009-08-23 krjCustom columfication:
2009-08-23 krjCustom columfication:
2009-08-23 krjCustom columfication:
2009-07-23 etxrabFrom Kovarththanan Rajaratnam:
2009-04-07 geraldsize_t fixes.
2009-02-09 jakeMake "Copy as Filter" on the packet list actually work.
2008-04-12 ulflvarious code cleanup
2008-04-12 stigAdded an option to save column widths in the recent...
2008-03-01 sfisherCustom column updates:
2008-02-27 sfisherFix a comment that was pointing readers to the wrong...
2008-02-25 sfisherFrom Chris Maynard: Alphabetize the list of column...
2008-02-22 stigImproved custom columns with custom title.
2008-02-22 stigSome custom column fixes:
2008-02-13 sfisherCheck in changes originally checked in as SVN revision...
2008-02-12 sfisherRevert commit 24308 until I can get it to compile on...
2008-02-12 sfisherIntroduce a new column type called custom, which lets...
2007-10-03 sakeThis patch adds two new column types:
2007-09-22 geraldSimplify the parsing of column preferences, which shoul...
2007-08-17 geraldInstead of converting between 802.11 frequencies and...
2007-07-23 ulfl- add a column for the expert info severity level
2007-06-04 sfisherFix for bug #93: changes to the columns has no effect...
2007-03-23 sfisherFrom Sake Blok:
2006-12-11 sfisherFrom Thomas Sillaber:
2006-12-11 sfisherAdd a new function to build column widths based not...
2006-12-05 sfisherFrom Douglas Pratley with trivial changes and documenta...
2006-11-29 etxrabFroim Rene Pilz:
2006-06-26 ulfladd a new column DCE/RPC context ID
2006-05-21 sahlbergname change
2006-03-02 etxrabfrom Daniele Orlandi:
2006-01-20 jmayerMike Hall:
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-25 ulfltimestamp display precision:
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-06-30 ulfladd a new DCE/RPC related column, which contains the...
2005-05-30 geraldFix an off-by-one error found by Steve Grubb. Steve...
2005-04-01 sahlbergFrom Mark C Brown NETTL updates
2004-09-29 guyMove the column preferences stuff to epan (the rest...