aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris1-0/+8
2010-08-30Doxygen related changes.Anders Broman1-4/+14
2010-08-21Remove duplicate definition of COL_MAX_LEN and COL_MAX_INFO_LEN: apparently n...Jeff Morriss1-11/+0
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-21/+21
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-21/+21
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-21/+21
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke1-6/+5
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-7/+7
2009-09-05col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam1-4/+0
2009-08-26Add missing prototype ....Bill Meier1-0/+3
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+2
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-0/+7
2009-02-15Fixed a typo.Stig Bjørlykke1-1/+1
2008-06-14Update all time columns when changing the time precision.Stig Bjørlykke1-1/+2
2008-03-01Custom column updates:Stephen Fisher1-1/+1
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher1-0/+11
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher1-10/+0
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher1-0/+10
2007-10-03This patch adds two new column types:Sake Blok1-0/+14
2007-01-18PutGuy Harris1-0/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-10-04in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg1-0/+11
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping1-25/+155
2005-09-13Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris1-12/+5
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-05Add new col_append methods which will prepend the (format) string with theOlivier Biot1-1/+8
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-2/+5
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris1-8/+8
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerGuy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-1/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+13
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+3
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris1-17/+15
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris1-2/+2
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke1-0/+65