aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
Commit message (Expand)AuthorAgeFilesLines
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-21/+21
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-21/+21
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-21/+21
* Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke2010-01-251-6/+5
* Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam2009-09-081-7/+7
* col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam2009-09-051-4/+0
* Add missing prototype ....Bill Meier2009-08-261-0/+3
* Custom columnfication:Kovarththanan Rajaratnam2009-08-231-2/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-271-1/+1
* From Kovarththanan Rajaratnam:Anders Broman2009-07-271-0/+7
* Fixed a typo.Stig Bjørlykke2009-02-151-1/+1
* Update all time columns when changing the time precision.Stig Bjørlykke2008-06-141-1/+2
* Custom column updates:Stephen Fisher2008-03-011-1/+1
* Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher2008-02-131-0/+11
* Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher2008-02-121-10/+0
* Introduce a new column type called custom, which lets you put any displayStephen Fisher2008-02-121-0/+10
* This patch adds two new column types:Sake Blok2007-10-031-0/+14
* PutGuy Harris2007-01-181-0/+7
* name changeRonnie Sahlberg2006-05-211-2/+2
* in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg2005-10-041-0/+11
* add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping2005-10-021-25/+155
* Move the definition of GNUC_FORMAT_CHECK() to its own header, use it inGuy Harris2005-09-131-12/+5
* Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2004-12-301-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add new col_append methods which will prepend the (format) string with theOlivier Biot2004-02-051-1/+8
* Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris2003-04-161-2/+5
* Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris2003-04-161-1/+2
* Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris2002-12-021-8/+8
* Instead of tweaking a "Protocol configuration options" extension headerGuy Harris2002-11-111-1/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-17/+13
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-2/+3
* Put "extern" in front of a pile of function declarations.Guy Harris2001-10-311-17/+15
* Do __attribute__ stuff if the GCC version number is greater than orGuy Harris2001-07-221-2/+2
* Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke2001-04-011-0/+65