aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
Commit message (Expand)AuthorAgeFilesLines
* From Michael Mann:Anders Broman2011-07-041-9/+71
* Don't assert on invalid custom columns, just set as invalid/unknown.Stig Bjørlykke2011-06-221-2/+1
* In packet_list_dissect_and_cache_record(), set the columns toGuy Harris2011-04-091-0/+51
* separator will never be NULL, but sep_len could be 0, so test for that instead.Chris Maynard2011-03-311-1/+1
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-5/+0
* When using a custom column, make it possible to select which occurrence to sh...Sake Blok2010-09-221-0/+2
* Support negative values when viewing seconds with hours and minutes.Stig Bjørlykke2010-09-081-66/+92
* Doxygen related changes.Anders Broman2010-08-301-1/+12
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4854 (crash when addingJeff Morriss2010-07-081-37/+51
* Corrected a typo in "display seconds with hours and minutes".Stig Bjørlykke2010-06-091-1/+1
* Improved readability when displaying seconds with hours and minutes.Stig Bjørlykke2010-06-031-12/+12
* Once you've used a va_list, you can't use it again until youGuy Harris2010-05-261-6/+6
* Simplified hour_min_sec calculations.Stig Bjørlykke2010-05-061-11/+11
* Added an option to display seconds as hours, minutes and secondsStig Bjørlykke2010-05-061-152/+232
* Add a catch-all if statement for column formats that are filled in byGerald Combs2010-04-301-26/+9
* Several dissectors fill in custom custom data in the source andGerald Combs2010-04-291-1/+0
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-37/+37
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-37/+37
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-37/+37
* From Jakub Zawadzki:Anders Broman2010-02-231-19/+16
* Use more unique names for certain enum constants.Bill Meier2010-01-191-30/+30
* Avoid assertion failure when adding a column of typeGerasimos Dimitriadis2010-01-141-0/+3
* From Jakub Zawadzki: remove double NUL termination.Bill Meier2009-12-281-3/+0
* Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam2009-10-081-4/+4
* Removed unused variable 'sep_len' in col_do_append_str().Stig Bjørlykke2009-09-291-6/+1
* Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam2009-09-231-1/+1
* (Cosmetic) Reorder functionsKovarththanan Rajaratnam2009-09-221-94/+94
* Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...Kovarththanan Rajaratnam2009-09-201-0/+5
* Assert on null string in col_set_str(). This is reasonable behaviour since th...Kovarththanan Rajaratnam2009-09-201-0/+2
* Add a couple of g_assertsKovarththanan Rajaratnam2009-09-201-0/+3
* (Trivial) Fix a typo in a commentBill Meier2009-09-141-1/+1
* Make sure that we point the current column to a constant string if we have no...Kovarththanan Rajaratnam2009-09-111-1/+3
* Move some CHECK_COL to our public functions, allowing us to bail our more qui...Kovarththanan Rajaratnam2009-09-111-6/+9
* Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam2009-09-081-25/+58
* Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public function...Kovarththanan Rajaratnam2009-09-081-28/+14
* Custom columnfication:Kovarththanan Rajaratnam2009-09-081-3/+0
* Custom column deprecation:Kovarththanan Rajaratnam2009-09-081-5/+0
* Custom column deprecation:Kovarththanan Rajaratnam2009-09-081-5/+0
* Custom column deprecation:Kovarththanan Rajaratnam2009-09-081-5/+0
* Custom column deprecation:Kovarththanan Rajaratnam2009-09-081-5/+0
* From : Didier GautheronAnders Broman2009-09-081-2/+12
* Remove an unused parameter.Anders Broman2009-09-081-14/+13
* Make sure that we fill in the frame_data before passing it onto col_fill_in_f...Kovarththanan Rajaratnam2009-09-071-1/+1
* ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam2009-09-071-1/+6
* mark unused parameter.Anders Broman2009-09-071-1/+1
* Use constant strings for Addresses saves some memory.Anders Broman2009-09-071-5/+1
* Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID cu...Kovarththanan Rajaratnam2009-09-061-98/+1
* Remove static custom column variable which is no longer usedKovarththanan Rajaratnam2009-09-061-5/+0
* Inline col_has_time_fmt() into col_based_on_frame_data()Kovarththanan Rajaratnam2009-09-061-3/+6
* Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.cKovarththanan Rajaratnam2009-09-061-15/+13