Avoid including <epan/epan.h> in dissectors.
[metze/wireshark/wip.git] / epan / column-utils.h
2013-12-03 Jakub ZawadzkiAvoid including <epan/epan.h> in dissectors.
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-10-01 Michael MannFINALLY remove the check_col API so that reviewers...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-25 Michael MannLUA API improvements
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-08 Guy Harriscol_cleanup() is undoing the allocations that col_init...
2012-10-08 Evan HuusDon't leak all of our column data in packet_list_recrea...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-28 Guy HarrisWell, we *did* go to a widget that invokes callback...
2011-09-19 Anders BromanMake it possiblwe to creare a trime string from frame...
2011-04-09 Guy HarrisIn packet_list_dissect_and_cache_record(), set the...
2010-08-30 Anders BromanDoxygen related changes.
2010-08-21 Jeff MorrissRemove duplicate definition of COL_MAX_LEN and COL_MAX_...
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-25 Stig BjørlykkeChanged from using own defined GNUC_FORMAT_CHECK to...
2009-09-08 Kovarththanan Raja... Add an option to col_fill_in() to allow us to disable...
2009-09-05 Kovarththanan Raja... col_custom_set_fstr() is unused. Remove it
2009-08-26 Bill MeierAdd missing prototype ....
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-02-15 Stig BjørlykkeFixed a typo.
2008-06-14 Stig BjørlykkeUpdate all time columns when changing the time precision.
2008-03-01 Stephen FisherCustom column updates:
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-01-18 Guy HarrisPut
2006-05-21 Ronnie Sahlbergname change
2005-10-04 Ronnie Sahlbergin svn 15335 the tcp analysis was changed to do its...
2005-10-02 Ulf Lampingadd doxygen comments to column-utils.h and do a slight...
2005-09-13 Guy HarrisMove the definition of GNUC_FORMAT_CHECK() to its own...
2004-12-30 Guy HarrisMake the "col_data" field in a "column_info" structure...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-05 Olivier BiotAdd new col_append methods which will prepend the ...
2003-04-16 Guy HarrisPull the stuff done in "dissect_packet()" to initialize...
2003-04-16 Guy HarrisAdd the notion of a "fence" to columns. A dissector...
2002-12-02 Guy HarrisMake the format argument to the "col_XXX_fstr()" routin...
2002-11-11 Guy HarrisInstead of tweaking a "Protocol configuration options...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-01-29 Guy HarrisSupport for capturing on, and reading captures from...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-11-21 Gilbert RamirezRemove the global packet_info called "pi". Dissectors...
2001-10-31 Guy HarrisPut "extern" in front of a pile of function declarations.
2001-07-22 Guy HarrisDo __attribute__ stuff if the GCC version number is...
2001-04-01 Ed WarnickeMoved the the remaining column related routines out...