aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-45/+75
2012-01-28Well, we *did* go to a widget that invokes callback to get the text forGuy Harris1-8/+2
2011-09-19Make it possiblwe to creare a trime string from frame data.Anders Broman1-45/+61
2011-09-16set_abs_time and friends always return 1.Anders Broman1-20/+18
2011-09-02Support negative nsecs when viewing seconds with hours and minutes.Stig Bjørlykke1-15/+20
2011-07-04From Michael Mann:Anders Broman1-9/+71
2011-06-22Don't assert on invalid custom columns, just set as invalid/unknown.Stig Bjørlykke1-2/+1
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris1-0/+51
2011-03-31separator will never be NULL, but sep_len could be 0, so test for that instead.Chris Maynard1-1/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-5/+0
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-0/+2
2010-09-08Support negative values when viewing seconds with hours and minutes.Stig Bjørlykke1-66/+92
2010-08-30Doxygen related changes.Anders Broman1-1/+12
2010-07-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4854 (crash when addingJeff Morriss1-37/+51
2010-06-09Corrected a typo in "display seconds with hours and minutes".Stig Bjørlykke1-1/+1
2010-06-03Improved readability when displaying seconds with hours and minutes.Stig Bjørlykke1-12/+12
2010-05-26Once you've used a va_list, you can't use it again until youGuy Harris1-6/+6
2010-05-06Simplified hour_min_sec calculations.Stig Bjørlykke1-11/+11
2010-05-06Added an option to display seconds as hours, minutes and secondsStig Bjørlykke1-152/+232
2010-04-30Add a catch-all if statement for column formats that are filled in byGerald Combs1-26/+9
2010-04-29Several dissectors fill in custom custom data in the source andGerald Combs1-1/+0
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