Rename crypt-xxx to xxx
[obnox/wireshark/wip.git] / epan / column-utils.c
2011-09-19 etxrabMake it possiblwe to creare a trime string from frame...
2011-09-16 etxrabset_abs_time and friends always return 1.
2011-09-02 stigSupport negative nsecs when viewing seconds with hours...
2011-07-04 etxrabFrom Michael Mann:
2011-06-22 stigDon't assert on invalid custom columns, just set as...
2011-04-09 guyIn packet_list_dissect_and_cache_record(), set the...
2011-03-31 cmaynardseparator will never be NULL, but sep_len could be...
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-09-08 stigSupport negative values when viewing seconds with hours...
2010-08-30 etxrabDoxygen related changes.
2010-07-08 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-06-09 stigCorrected a typo in "display seconds with hours and...
2010-06-03 stigImproved readability when displaying seconds with hours...
2010-05-26 guyOnce you've used a va_list, you can't use it again...
2010-05-06 stigSimplified hour_min_sec calculations.
2010-05-06 stigAdded an option to display seconds as hours, minutes...
2010-04-30 geraldAdd a catch-all if statement for column formats that...
2010-04-29 geraldSeveral dissectors fill in custom custom data in the...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-02-23 etxrabFrom Jakub Zawadzki:
2010-01-19 wmeierUse more unique names for certain enum constants.
2010-01-14 dimegAvoid assertion failure when adding a column of type
2009-12-28 wmeierFrom Jakub Zawadzki: remove double NUL termination.
2009-10-08 krjDon't attempt to fill custom columns if we don't have...
2009-09-29 stigRemoved unused variable 'sep_len' in col_do_append_str().
2009-09-23 krjDon't col_clear() followed by col_set_str(). A col_set_...
2009-09-22 krj(Cosmetic) Reorder functions
2009-09-20 krjUse ep_verify_pointer() in col_set_str() to verify...
2009-09-20 krjAssert on null string in col_set_str(). This is reasona...
2009-09-20 krjAdd a couple of g_asserts
2009-09-14 wmeier(Trivial) Fix a typo in a comment
2009-09-11 krjMake sure that we point the current column to a constan...
2009-09-11 krjMove some CHECK_COL to our public functions, allowing...
2009-09-08 krjAdd an option to col_fill_in() to allow us to disable...
2009-09-08 krjHoist COL_CHECK_REF_TIME in the call hierarchy. Use...
2009-09-08 krjCustom columnfication:
2009-09-08 krjCustom column deprecation:
2009-09-08 krjCustom column deprecation:
2009-09-08 krjCustom column deprecation:
2009-09-08 krjCustom column deprecation:
2009-09-08 etxrabFrom : Didier Gautheron
2009-09-08 etxrabRemove an unused parameter.
2009-09-07 krjMake sure that we fill in the frame_data before passing...
2009-09-07 krjntroduce some seasonal address name lookup functions...
2009-09-07 etxrabmark unused parameter.
2009-09-07 etxrabUse constant strings for Addresses saves some memory.
2009-09-06 krjRemove already #if 0'ed code that was made redundant...
2009-09-06 krjRemove static custom column variable which is no longer...
2009-09-06 krjInline col_has_time_fmt() into col_based_on_frame_data()
2009-09-06 krjMacrofy have_custom_cols() -> HAVE_CUSTOM_COLS() intern...
2009-09-06 krjMacrofy check_col() -> CHECK_COL() internally in column...
2009-09-05 krjcol_custom_set_fstr() is unused. Remove it
2009-09-05 krjCOL_BSSGP_TLLI is deprecated
2009-09-05 krjReorder col_fill_in()
2009-08-26 martinmShow correct time value for "Time since previous displa...
2009-08-25 etxrabFrom Didier Gautheron:
2009-08-23 krjCustom columnfication:
2009-08-23 krjCustom columnfication:
2009-08-23 krjCustom columnfication:
2009-08-23 krj#if 0 col_set_circuit_id(). It isn't being used
2009-08-23 krjCustom columfication:
2009-08-23 krjCustom columfication:
2009-08-23 krjCustom columfication:
2009-08-23 krjCustom columfication:
2009-08-23 krjCustom columfication:
2009-08-22 krjWe initialize col_expr and col_expr_val in col_init...
2009-08-21 etxrabUse col_text in frame data.
2009-08-19 etxrabFrom Didier Gautheron:
2009-08-17 etxrabPrepare to store column data from pinfo.
2009-08-10 etxrabFrom Kovarththanan Rajaratnam:
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-07-23 etxrabTry to get the #includes right - take 2.
2009-07-23 etxrabTry to get the #includes right.
2009-07-23 etxrabFrom Kovarththanan Rajaratnam:
2009-07-22 sfisherChange some g_malloc() calls to g_new() to make the...
2009-07-21 stigFrom didier gautheron via bug 3762:
2009-04-07 geraldsize_t fixes.
2009-03-20 stigPut check_col() in each column util function, as discus...
2009-03-15 stigFrom Jakub Zawadzki (bug 3334):
2009-02-09 jakeMake "Copy as Filter" on the packet list actually work.
2008-06-14 stigUpdate all time columns when changing the time precision.
2008-03-04 stigInitialize ipv6_addr before we use it.
2008-03-04 stigFree compiled dfilter after usage.
2008-03-02 sfisherConvert strcpy() calls to g_strlcpy()
2008-03-01 sfisherCustom column updates:
2008-02-22 stigImproved custom columns with custom title.
2008-02-22 stigCheck for existing cinfo in have_custom_cols().
2008-02-22 sfisherUse custom column check function for custom columns...
2008-02-13 sfisherCheck in changes originally checked in as SVN revision...
2008-02-12 sfisherRevert commit 24308 until I can get it to compile on...
2008-02-12 sfisherIntroduce a new column type called custom, which lets...
2007-10-27 etxrabApply yet another set of the optimization patches:
2007-10-26 etxrabApply yet another set of the optimization patches:
2007-10-03 sakeThis patch adds two new column types:
2007-09-28 bondoloSpecial casing is no longer necessary for formatting...
2007-09-28 bondoloChanges get_addr_name_buf() to use the more common...
next