aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.c
Commit message (Expand)AuthorAgeFilesLines
* Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis2010-01-261-52/+0
* Handle underscore escaping/unescaping for old packet list; SimplifyGerasimos Dimitriadis2010-01-251-7/+4
* Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis2010-01-251-2/+2
* Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis2010-01-241-0/+56
* Corrected some return values.Stig Bjørlykke2009-10-121-2/+2
* Added check for valid column in get_column_title() andStig Bjørlykke2009-10-121-5/+15
* Return from get_column_format() when invalid column requested.Stig Bjørlykke2009-10-121-0/+3
* Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam2009-09-081-156/+156
* Note in dlist[] that COL_BSSGP_TLLI is deprecated.Guy Harris2009-08-251-1/+1
* Custom columnfication:Anders Broman2009-08-251-1/+1
* Custom columnfication:Kovarththanan Rajaratnam2009-08-231-2/+2
* Custom columnfication:Kovarththanan Rajaratnam2009-08-231-2/+2
* Custom columfication:Kovarththanan Rajaratnam2009-08-231-2/+2
* Custom columfication:Kovarththanan Rajaratnam2009-08-231-2/+2
* Custom columfication:Kovarththanan Rajaratnam2009-08-231-2/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-231-0/+7
* size_t fixes.Gerald Combs2009-04-071-1/+1
* Make "Copy as Filter" on the packet list actually work.Jaap Keuter2009-02-091-0/+3
* various code cleanupUlf Lamping2008-04-121-24/+23
* Added an option to save column widths in the recent file.Stig Bjørlykke2008-04-121-1/+1
* Custom column updates:Stephen Fisher2008-03-011-3/+4
* Fix a comment that was pointing readers to the wrong file to look for infoStephen Fisher2008-02-271-2/+2
* From Chris Maynard: Alphabetize the list of column types to choose from inStephen Fisher2008-02-251-118/+118
* Improved custom columns with custom title.Stig Bjørlykke2008-02-221-0/+15
* Some custom column fixes:Stig Bjørlykke2008-02-221-0/+3
* Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher2008-02-131-2/+7
* Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher2008-02-121-7/+2
* Introduce a new column type called custom, which lets you put any displayStephen Fisher2008-02-121-2/+7
* This patch adds two new column types:Sake Blok2007-10-031-0/+8
* Simplify the parsing of column preferences, which should make it easierGerald Combs2007-09-221-152/+6
* Instead of converting between 802.11 frequencies and channels umpteenGerald Combs2007-08-171-61/+72
* - add a column for the expert info severity levelUlf Lamping2007-07-231-2/+12
* Fix for bug #93: changes to the columns has no effect until restartStephen Fisher2007-06-041-0/+46
* From Sake Blok:Stephen Fisher2007-03-231-0/+10
* From Thomas Sillaber:Stephen Fisher2006-12-111-5/+28
* Add a new function to build column widths based not only on the maxStephen Fisher2006-12-111-0/+12
* From Douglas Pratley with trivial changes and documentation changes Stephen Fisher2006-12-051-0/+31
* Froim Rene Pilz:Anders Broman2006-11-291-2/+22
* add a new column DCE/RPC context IDUlf Lamping2006-06-261-54/+107
* name changeRonnie Sahlberg2006-05-211-2/+2
* from Daniele Orlandi:Anders Broman2006-03-021-1/+11
* Mike Hall:Jörg Mayer2006-01-201-1/+11
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-4/+0
* timestamp display precision:Ulf Lamping2005-08-251-11/+117
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-10/+12
* add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping2005-06-301-8/+18
* Fix an off-by-one error found by Steve Grubb. Steve gets the awardGerald Combs2005-05-301-1/+1
* From Mark C Brown NETTL updatesRonnie Sahlberg2005-04-011-1/+21
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-0/+451