aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-14(Trivial) Fix a typo in a commentBill Meier1-1/+1
2009-09-11Make sure that we point the current column to a constant string if we have no...Kovarththanan Rajaratnam1-1/+3
2009-09-11Move some CHECK_COL to our public functions, allowing us to bail our more qui...Kovarththanan Rajaratnam1-6/+9
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-25/+58
2009-09-08Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public function...Kovarththanan Rajaratnam1-28/+14
2009-09-08Custom columnfication:Kovarththanan Rajaratnam1-3/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-5/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-5/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-5/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-5/+0
2009-09-08From : Didier GautheronAnders Broman1-2/+12
2009-09-08Remove an unused parameter.Anders Broman1-14/+13
2009-09-07Make sure that we fill in the frame_data before passing it onto col_fill_in_f...Kovarththanan Rajaratnam1-1/+1
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam1-1/+6
2009-09-07mark unused parameter.Anders Broman1-1/+1
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman1-5/+1
2009-09-06Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID cu...Kovarththanan Rajaratnam1-98/+1
2009-09-06Remove static custom column variable which is no longer usedKovarththanan Rajaratnam1-5/+0
2009-09-06Inline col_has_time_fmt() into col_based_on_frame_data()Kovarththanan Rajaratnam1-3/+6
2009-09-06Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.cKovarththanan Rajaratnam1-15/+13
2009-09-06Macrofy check_col() -> CHECK_COL() internally in columns-utils.cKovarththanan Rajaratnam1-53/+53
2009-09-05col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam1-44/+9
2009-09-05COL_BSSGP_TLLI is deprecatedKovarththanan Rajaratnam1-3/+0
2009-09-05Reorder col_fill_in()Kovarththanan Rajaratnam1-17/+9
2009-08-26Show correct time value for "Time since previous displayed frame".Martin Mathieson1-1/+1
2009-08-25From Didier Gautheron:Anders Broman1-1/+22
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-7/+0
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+0
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23#if 0 col_set_circuit_id(). It isn't being usedKovarththanan Rajaratnam1-1/+1
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-3/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-3/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-4/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-3/+0
2009-08-22We initialize col_expr and col_expr_val in col_init() so there's no need to i...Kovarththanan Rajaratnam1-344/+338
2009-08-21Use col_text in frame data.Anders Broman1-0/+292
2009-08-19From Didier Gautheron:Anders Broman1-149/+223
2009-08-17Prepare to store column data from pinfo.Anders Broman1-1/+1
2009-08-10From Kovarththanan Rajaratnam:Anders Broman1-0/+3
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-4/+7
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-29/+59
2009-07-23Try to get the #includes right - take 2.Anders Broman1-2/+0
2009-07-23Try to get the #includes right.Anders Broman1-0/+2
2009-07-23From Kovarththanan Rajaratnam:Anders Broman1-8/+5
2009-07-22Change some g_malloc() calls to g_new() to make the code easier to read.Stephen Fisher1-11/+11
2009-07-21From didier gautheron via bug 3762:Stig Bjørlykke1-16/+0
2009-04-07size_t fixes.Gerald Combs1-11/+11
2009-03-20Put check_col() in each column util function, as discussed in bug 2902.Stig Bjørlykke1-19/+36
2009-03-15From Jakub Zawadzki (bug 3334):Stig Bjørlykke1-1/+1