aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde1-5/+5
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-2/+12
2015-10-05UDP: Make port column info similar to TCP, add length informationJoão Valverde1-0/+10
2015-09-03Declare col_get_text() as WS_DLL_PUBLICPascal Quantin1-1/+1
2014-12-23[column utils] fix warning: unknown command tag name [-Wdocumentation-unknown...Alexis La Goutte1-1/+1
2014-06-23Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki1-0/+6
2014-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-1/+79
2013-12-18Added col_clear_fence().Stig Bjørlykke1-0/+10
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-3/+4
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-10-01FINALLY remove the check_col API so that reviewers won't have to mention that...Michael Mann1-11/+0
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-21/+26
2013-02-25LUA API improvementsMichael Mann1-0/+9
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-10-08col_cleanup() is undoing the allocations that col_init() does, so it'sGuy Harris1-5/+6
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus1-0/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-28Well, we *did* go to a widget that invokes callback to get the text forGuy Harris1-6/+0
2011-09-19Make it possiblwe to creare a trime string from frame data.Anders Broman1-0/+2
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