aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-37/+37
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-37/+37
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-37/+37
2010-02-23From Jakub Zawadzki:Anders Broman1-19/+16
2010-01-19Use more unique names for certain enum constants.Bill Meier1-30/+30
2010-01-14Avoid assertion failure when adding a column of typeGerasimos Dimitriadis1-0/+3
2009-12-28From Jakub Zawadzki: remove double NUL termination.Bill Meier1-3/+0
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam1-4/+4
2009-09-29Removed unused variable 'sep_len' in col_do_append_str().Stig Bjørlykke1-6/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-1/+1
2009-09-22(Cosmetic) Reorder functionsKovarththanan Rajaratnam1-94/+94
2009-09-20Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...Kovarththanan Rajaratnam1-0/+5
2009-09-20Assert on null string in col_set_str(). This is reasonable behaviour since th...Kovarththanan Rajaratnam1-0/+2
2009-09-20Add a couple of g_assertsKovarththanan Rajaratnam1-0/+3
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