aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-19Make it possiblwe to creare a trime string from frame data.etxrab1-45/+61
2011-09-16set_abs_time and friends always return 1.etxrab1-20/+18
2011-09-02Support negative nsecs when viewing seconds with hours and minutes.stig1-15/+20
2011-07-04From Michael Mann:etxrab1-9/+71
2011-06-22Don't assert on invalid custom columns, just set as invalid/unknown.stig1-2/+1
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toguy1-0/+51
2011-03-31separator will never be NULL, but sep_len could be 0, so test for that instead.cmaynard1-1/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-5/+0
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-0/+2
2010-09-08Support negative values when viewing seconds with hours and minutes.stig1-66/+92
2010-08-30Doxygen related changes.etxrab1-1/+12
2010-07-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4854 (crash when addingmorriss1-37/+51
2010-06-09Corrected a typo in "display seconds with hours and minutes".stig1-1/+1
2010-06-03Improved readability when displaying seconds with hours and minutes.stig1-12/+12
2010-05-26Once you've used a va_list, you can't use it again until youguy1-6/+6
2010-05-06Simplified hour_min_sec calculations.stig1-11/+11
2010-05-06Added an option to display seconds as hours, minutes and secondsstig1-152/+232
2010-04-30Add a catch-all if statement for column formats that are filled in bygerald1-26/+9
2010-04-29Several dissectors fill in custom custom data in the source andgerald1-1/+0
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-37/+37
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-37/+37
2010-04-02From Yaniv Kaul: constify parameterswmeier1-37/+37
2010-02-23From Jakub Zawadzki:etxrab1-19/+16
2010-01-19Use more unique names for certain enum constants.wmeier1-30/+30
2010-01-14Avoid assertion failure when adding a column of typedimeg1-0/+3
2009-12-28From Jakub Zawadzki: remove double NUL termination.wmeier1-3/+0
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.krj1-4/+4
2009-09-29Removed unused variable 'sep_len' in col_do_append_str().stig1-6/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-1/+1
2009-09-22(Cosmetic) Reorder functionskrj1-94/+94
2009-09-20Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...krj1-0/+5
2009-09-20Assert on null string in col_set_str(). This is reasonable behaviour since th...krj1-0/+2
2009-09-20Add a couple of g_assertskrj1-0/+3
2009-09-14(Trivial) Fix a typo in a commentwmeier1-1/+1
2009-09-11Make sure that we point the current column to a constant string if we have no...krj1-1/+3
2009-09-11Move some CHECK_COL to our public functions, allowing us to bail our more qui...krj1-6/+9
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...krj1-25/+58
2009-09-08Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public function...krj1-28/+14
2009-09-08Custom columnfication:krj1-3/+0
2009-09-08Custom column deprecation:krj1-5/+0
2009-09-08Custom column deprecation:krj1-5/+0
2009-09-08Custom column deprecation:krj1-5/+0
2009-09-08Custom column deprecation:krj1-5/+0
2009-09-08From : Didier Gautheronetxrab1-2/+12
2009-09-08Remove an unused parameter.etxrab1-14/+13
2009-09-07Make sure that we fill in the frame_data before passing it onto col_fill_in_f...krj1-1/+1
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...krj1-1/+6
2009-09-07mark unused parameter.etxrab1-1/+1
2009-09-07Use constant strings for Addresses saves some memory.etxrab1-5/+1
2009-09-06Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID cu...krj1-98/+1