aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-26epan: Format column string input for display.João Valverde1-6/+27
2022-08-13epan: Rearrange column includesJohn Thacker1-70/+5
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2019-01-29column-utils: replace TAB with SPACE in prototypes.Dario Lombardo1-20/+20
2018-03-16colum-utils.h: Fix 325 million -Wdocumentation warningsJoerg Mayer1-3/+2
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-0/+17
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-2/+4
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-0/+5
2016-01-27Remove the deprecated column types so users don't think they still exist.Michael Mann1-62/+48
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