Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk tcp_graph.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 17:08:28 -0600 (CST)
guy         2002/01/30 17:08:28 CST

  Modified files:
    gtk                  tcp_graph.c 
  Log:
  Include <string.h> to declare various string functions.
  
  Include "snprintf.h", when needed, to declare "snprintf()" on platforms
  that don't have it.
  
  Fix some formats and arguments to various printing routines.
  
  Fix "diameter_time_to_string()" to properly fetch the time value from
  the data buffer handed to it.
  
  Revision  Changes    Path
  1.14      +6 -1      ethereal/gtk/tcp_graph.c