Ethereal-cvs: [Ethereal-cvs] rev 15506: /trunk/gtk/: service_response_time_table.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 21 Aug 2005 21:50:51 GMT
User: guy
Date: 2005/08/21 04:50 PM

Log:
 Use "g_strdup_printf()" rather than formatting into a fixed-length
 buffer and "g_strdup()"ing it.
 
 Use the nstime.c routines to compute time deltas and to add up times.
 
 Don't add rows to the CList until a procedure gets a non-zero call
 count, so only the ones with non-zero call counts are displayed (and
 especially so that procedure numbers not corresponding to real
 procedures aren't displayed!).
 
 Ethereal requires 64-bit integer support, so don't bother checking
 whether we have it.
 
 Use the right format for 64-bit integers.

Directory: /trunk/gtk/
  Changes    Path                             Action
  +41 -46    service_response_time_table.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15506&view=rev