Qt: Add missing multi-field column validation
[metze/wireshark/wip.git] / epan / column.c
2015-12-20 Michal LabedzkiQt: Add missing multi-field column validation
2015-11-23 Stig BjørlykkeQt: Set tooltip for packet list header
2015-06-29 Michael MannTake all epan_column_info members that always get alloc...
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2014-11-10 Stig BjørlykkeFixed memory leakage in col_cleanup.
2014-10-17 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-27 Guy HarrisMake get_column_longest_string() static.
2014-04-03 Bill Meier(Pedantic): set editor modelines tab-width & etc to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-22 Jakub ZawadzkiAvoid including definition of column_info structure...
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-10-27 Michael MannRemove "Cisco MDS-specific" fields from packet_info...
2013-10-23 Chris MaynardProvide a usage example of the column formats.
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-10-15 Chris MaynardFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-06-30 Bill MeierDeclare slist[] as static (reduces storage & code execu...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-14 Jakub Zawadzkicleanup get_column_format_matches()
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-11-13 Guy HarrisIf we set "column.hidden" on the command line but don...
2011-07-04 Anders BromanFrom Michael Mann:
2010-10-09 Stig BjørlykkeAdded "Edit Column Details" functions to the packet...
2010-09-22 Sake BlokWhen using a custom column, make it possible to select...
2010-06-25 Stig BjørlykkeIntroduce "Show Resolved" as an option in custom column...
2010-06-20 Stig BjørlykkeAdded "Hide Column" functionality.
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-01-26 Gerasimos DimitriadisMove underscore escaping/unscaping function to strutil.c;
2010-01-25 Gerasimos DimitriadisHandle underscore escaping/unescaping for old packet...
2010-01-25 Gerasimos DimitriadisChange the prefix of the underscore escaping/unescaping
2010-01-24 Gerasimos DimitriadisHandle underscore escaping/unescaping of the column...
2009-10-12 Stig BjørlykkeCorrected some return values.
2009-10-12 Stig BjørlykkeAdded check for valid column in get_column_title() and
2009-10-12 Stig BjørlykkeReturn from get_column_format() when invalid column...
2009-09-08 Kovarththanan Raja... Make tshark and rawshark use build_column_format_array...
2009-08-25 Guy HarrisNote in dlist[] that COL_BSSGP_TLLI is deprecated.
2009-08-25 Anders Broman Custom columnfication:
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-07-23 Anders BromanFrom Kovarththanan Rajaratnam:
2009-04-07 Gerald Combssize_t fixes.
2009-02-09 Jaap KeuterMake "Copy as Filter" on the packet list actually work.
2008-04-12 Ulf Lampingvarious code cleanup
2008-04-12 Stig BjørlykkeAdded an option to save column widths in the recent...
2008-03-01 Stephen FisherCustom column updates:
2008-02-27 Stephen FisherFix a comment that was pointing readers to the wrong...
2008-02-25 Stephen FisherFrom Chris Maynard: Alphabetize the list of column...
2008-02-22 Stig BjørlykkeImproved custom columns with custom title.
2008-02-22 Stig BjørlykkeSome custom column fixes:
2008-02-13 Stephen FisherCheck in changes originally checked in as SVN revision...
2008-02-12 Stephen FisherRevert commit 24308 until I can get it to compile on...
2008-02-12 Stephen FisherIntroduce a new column type called custom, which lets...
2007-10-03 Sake BlokThis patch adds two new column types:
2007-09-22 Gerald CombsSimplify the parsing of column preferences, which shoul...
2007-08-17 Gerald CombsInstead of converting between 802.11 frequencies and...
2007-07-23 Ulf Lamping- add a column for the expert info severity level
2007-06-04 Stephen FisherFix for bug #93: changes to the columns has no effect...
2007-03-23 Stephen FisherFrom Sake Blok:
2006-12-11 Stephen FisherFrom Thomas Sillaber:
2006-12-11 Stephen FisherAdd a new function to build column widths based not...
2006-12-05 Stephen FisherFrom Douglas Pratley with trivial changes and documenta...
2006-11-29 Anders BromanFroim Rene Pilz:
2006-06-26 Ulf Lampingadd a new column DCE/RPC context ID
2006-05-21 Ronnie Sahlbergname change
2006-03-02 Anders Bromanfrom Daniele Orlandi:
2006-01-20 Jörg MayerMike Hall:
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-06-30 Ulf Lampingadd a new DCE/RPC related column, which contains the...
2005-05-30 Gerald CombsFix an off-by-one error found by Steve Grubb. Steve...
2005-04-01 Ronnie SahlbergFrom Mark C Brown NETTL updates
2004-09-29 Guy HarrisMove the column preferences stuff to epan (the rest...