aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-28Well, we *did* go to a widget that invokes callback to get the text forguy1-6/+0
2011-09-19Make it possiblwe to creare a trime string from frame data.etxrab1-0/+2
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toguy1-0/+8
2010-08-30Doxygen related changes.etxrab1-4/+14
2010-08-21Remove duplicate definition of COL_MAX_LEN and COL_MAX_INFO_LEN: apparently n...morriss1-11/+0
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-21/+21
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-21/+21
2010-04-02From Yaniv Kaul: constify parameterswmeier1-21/+21
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFstig1-6/+5
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...krj1-7/+7
2009-09-05col_custom_set_fstr() is unused. Remove itkrj1-4/+0
2009-08-26Add missing prototype ....wmeier1-0/+3
2009-08-23Custom columnfication:krj1-2/+2
2009-07-27From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-07-27From Kovarththanan Rajaratnam:etxrab1-0/+7
2009-02-15Fixed a typo.stig1-1/+1
2008-06-14Update all time columns when changing the time precision.stig1-1/+2
2008-03-01Custom column updates:sfisher1-1/+1
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnsfisher1-0/+11
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/Solarissfisher1-10/+0
2008-02-12Introduce a new column type called custom, which lets you put any displaysfisher1-0/+10
2007-10-03This patch adds two new column types:sake1-0/+14
2007-01-18Putguy1-0/+7
2006-05-21name changesahlberg1-2/+2
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...sahlberg1-0/+11
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupulfl1-25/+155
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inguy1-12/+5
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-05Add new col_append methods which will prepend the (format) string with theobiot1-1/+8
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy1-2/+5
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy1-1/+2
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"guy1-8/+8
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerguy1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallguy1-1/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-17/+13
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-2/+3
2001-10-31Put "extern" in front of a pile of function declarations.guy1-17/+15
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orguy1-2/+2
2001-04-01Moved the the remaining column related routines out of packet.{c,h}hagbard1-0/+65