Store pointers to previously displayed and captured packet, not nstime_t deltas.
[metze/wireshark/wip.git] / epan / column-utils.c
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-15 Evan HuusFrom Pontus Fuchs via https://bugs.wireshark.org/bugzil...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-07-24 Anders BromanUse the correct symbols
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-01-28 Guy HarrisWell, we *did* go to a widget that invokes callback...
2011-09-19 Anders BromanMake it possiblwe to creare a trime string from frame...
2011-09-16 Anders Bromanset_abs_time and friends always return 1.
2011-09-02 Stig BjørlykkeSupport negative nsecs when viewing seconds with hours...
2011-07-04 Anders BromanFrom Michael Mann:
2011-06-22 Stig BjørlykkeDon't assert on invalid custom columns, just set as...
2011-04-09 Guy HarrisIn packet_list_dissect_and_cache_record(), set the...
2011-03-31 Chris Maynardseparator will never be NULL, but sep_len could be...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2010-09-22 Sake BlokWhen using a custom column, make it possible to select...
2010-09-08 Stig BjørlykkeSupport negative values when viewing seconds with hours...
2010-08-30 Anders BromanDoxygen related changes.
2010-07-08 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-06-09 Stig BjørlykkeCorrected a typo in "display seconds with hours and...
2010-06-03 Stig BjørlykkeImproved readability when displaying seconds with hours...
2010-05-26 Guy HarrisOnce you've used a va_list, you can't use it again...
2010-05-06 Stig BjørlykkeSimplified hour_min_sec calculations.
2010-05-06 Stig BjørlykkeAdded an option to display seconds as hours, minutes...
2010-04-30 Gerald CombsAdd a catch-all if statement for column formats that...
2010-04-29 Gerald CombsSeveral dissectors fill in custom custom data in the...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-02-23 Anders BromanFrom Jakub Zawadzki:
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2010-01-14 Gerasimos DimitriadisAvoid assertion failure when adding a column of type
2009-12-28 Bill MeierFrom Jakub Zawadzki: remove double NUL termination.
2009-10-08 Kovarththanan Raja... Don't attempt to fill custom columns if we don't have...
2009-09-29 Stig BjørlykkeRemoved unused variable 'sep_len' in col_do_append_str().
2009-09-23 Kovarththanan Raja... Don't col_clear() followed by col_set_str(). A col_set_...
2009-09-22 Kovarththanan Raja... (Cosmetic) Reorder functions
2009-09-20 Kovarththanan Raja... Use ep_verify_pointer() in col_set_str() to verify...
2009-09-20 Kovarththanan Raja... Assert on null string in col_set_str(). This is reasona...
2009-09-20 Kovarththanan Raja... Add a couple of g_asserts
2009-09-14 Bill Meier(Trivial) Fix a typo in a comment
2009-09-11 Kovarththanan Raja... Make sure that we point the current column to a constan...
2009-09-11 Kovarththanan Raja... Move some CHECK_COL to our public functions, allowing...
2009-09-08 Kovarththanan Raja... Add an option to col_fill_in() to allow us to disable...
2009-09-08 Kovarththanan Raja... Hoist COL_CHECK_REF_TIME in the call hierarchy. Use...
2009-09-08 Kovarththanan Raja... Custom columnfication:
2009-09-08 Kovarththanan Raja... Custom column deprecation:
2009-09-08 Kovarththanan Raja... Custom column deprecation:
2009-09-08 Kovarththanan Raja... Custom column deprecation:
2009-09-08 Kovarththanan Raja... Custom column deprecation:
2009-09-08 Anders BromanFrom : Didier Gautheron
2009-09-08 Anders BromanRemove an unused parameter.
2009-09-07 Kovarththanan Raja... Make sure that we fill in the frame_data before passing...
2009-09-07 Kovarththanan Raja... ntroduce some seasonal address name lookup functions...
2009-09-07 Anders Bromanmark unused parameter.
2009-09-07 Anders BromanUse constant strings for Addresses saves some memory.
2009-09-06 Kovarththanan Raja... Remove already #if 0'ed code that was made redundant...
2009-09-06 Kovarththanan Raja... Remove static custom column variable which is no longer...
2009-09-06 Kovarththanan Raja... Inline col_has_time_fmt() into col_based_on_frame_data()
2009-09-06 Kovarththanan Raja... Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() intern...
2009-09-06 Kovarththanan Raja... Macrofy check_col() -> CHECK_COL() internally in column...
2009-09-05 Kovarththanan Raja... col_custom_set_fstr() is unused. Remove it
2009-09-05 Kovarththanan Raja... COL_BSSGP_TLLI is deprecated
2009-09-05 Kovarththanan Raja... Reorder col_fill_in()
2009-08-26 Martin MathiesonShow correct time value for "Time since previous displa...
2009-08-25 Anders BromanFrom Didier Gautheron:
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-08-23 Kovarththanan Raja... #if 0 col_set_circuit_id(). It isn't being used
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-23 Kovarththanan Raja... Custom columfication:
2009-08-22 Kovarththanan Raja... We initialize col_expr and col_expr_val in col_init...
2009-08-21 Anders BromanUse col_text in frame data.
2009-08-19 Anders BromanFrom Didier Gautheron:
2009-08-17 Anders BromanPrepare to store column data from pinfo.
2009-08-10 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-23 Anders BromanTry to get the #includes right - take 2.
2009-07-23 Anders BromanTry to get the #includes right.
2009-07-23 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-22 Stephen FisherChange some g_malloc() calls to g_new() to make the...
2009-07-21 Stig BjørlykkeFrom didier gautheron via bug 3762:
2009-04-07 Gerald Combssize_t fixes.
2009-03-20 Stig BjørlykkePut check_col() in each column util function, as discus...
2009-03-15 Stig BjørlykkeFrom Jakub Zawadzki (bug 3334):
2009-02-09 Jaap KeuterMake "Copy as Filter" on the packet list actually work.
2008-06-14 Stig BjørlykkeUpdate all time columns when changing the time precision.
2008-03-04 Stig BjørlykkeInitialize ipv6_addr before we use it.
2008-03-04 Stig BjørlykkeFree compiled dfilter after usage.
2008-03-02 Stephen FisherConvert strcpy() calls to g_strlcpy()
2008-03-01 Stephen FisherCustom column updates:
2008-02-22 Stig BjørlykkeImproved custom columns with custom title.
2008-02-22 Stig BjørlykkeCheck for existing cinfo in have_custom_cols().
2008-02-22 Stephen FisherUse custom column check function for custom columns...
next