aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-06Remove static custom column variable which is no longer usedkrj1-5/+0
2009-09-06Inline col_has_time_fmt() into col_based_on_frame_data()krj1-3/+6
2009-09-06Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.ckrj1-15/+13
2009-09-06Macrofy check_col() -> CHECK_COL() internally in columns-utils.ckrj1-53/+53
2009-09-05col_custom_set_fstr() is unused. Remove itkrj1-44/+9
2009-09-05COL_BSSGP_TLLI is deprecatedkrj1-3/+0
2009-09-05Reorder col_fill_in()krj1-17/+9
2009-08-26Show correct time value for "Time since previous displayed frame".martinm1-1/+1
2009-08-25From Didier Gautheron:etxrab1-1/+22
2009-08-23Custom columnfication:krj1-7/+0
2009-08-23Custom columnfication:krj1-2/+0
2009-08-23Custom columnfication:krj1-1/+0
2009-08-23#if 0 col_set_circuit_id(). It isn't being usedkrj1-1/+1
2009-08-23Custom columfication:krj1-3/+0
2009-08-23Custom columfication:krj1-3/+0
2009-08-23Custom columfication:krj1-1/+0
2009-08-23Custom columfication:krj1-4/+0
2009-08-23Custom columfication:krj1-3/+0
2009-08-22We initialize col_expr and col_expr_val in col_init() so there's no need to i...krj1-344/+338
2009-08-21Use col_text in frame data.etxrab1-0/+292
2009-08-19From Didier Gautheron:etxrab1-149/+223
2009-08-17Prepare to store column data from pinfo.etxrab1-1/+1
2009-08-10From Kovarththanan Rajaratnam:etxrab1-0/+3
2009-07-27From Kovarththanan Rajaratnam:etxrab1-4/+7
2009-07-27From Kovarththanan Rajaratnam:etxrab1-29/+59
2009-07-23Try to get the #includes right - take 2.etxrab1-2/+0
2009-07-23Try to get the #includes right.etxrab1-0/+2
2009-07-23From Kovarththanan Rajaratnam:etxrab1-8/+5
2009-07-22Change some g_malloc() calls to g_new() to make the code easier to read.sfisher1-11/+11
2009-07-21From didier gautheron via bug 3762:stig1-16/+0
2009-04-07size_t fixes.gerald1-11/+11
2009-03-20Put check_col() in each column util function, as discussed in bug 2902.stig1-19/+36
2009-03-15From Jakub Zawadzki (bug 3334):stig1-1/+1
2009-02-09Make "Copy as Filter" on the packet list actually work.jake1-2/+2
2008-06-14Update all time columns when changing the time precision.stig1-11/+62
2008-03-04Initialize ipv6_addr before we use it.stig1-0/+1
2008-03-04Free compiled dfilter after usage.stig1-1/+3
2008-03-02Convert strcpy() calls to g_strlcpy()sfisher1-47/+66
2008-03-01Custom column updates:sfisher1-85/+97
2008-02-22Improved custom columns with custom title.stig1-4/+6
2008-02-22Check for existing cinfo in have_custom_cols().stig1-1/+1
2008-02-22Use custom column check function for custom columns to make sure the dfiltersfisher1-2/+2
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnsfisher1-0/+62
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/Solarissfisher1-54/+0
2008-02-12Introduce a new column type called custom, which lets you put any displaysfisher1-0/+54
2007-10-27Apply yet another set of the optimization patches:etxrab1-10/+6
2007-10-26Apply yet another set of the optimization patches:etxrab1-19/+13
2007-10-03This patch adds two new column types:sake1-0/+54
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...bondolo1-15/+10
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...bondolo1-1/+1