Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-diameter.c packet-pcnfsd.c packet-pfl

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:27 -0600 (CST)
guy         2002/01/30 17:08:27 CST

  Modified files:
    .                    packet-diameter.c packet-pcnfsd.c 
                         packet-pflog.c packet-wccp.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.43      +14 -9     ethereal/packet-diameter.c
  1.5       +2 -2      ethereal/packet-pcnfsd.c
  1.2       +2 -1      ethereal/packet-pflog.c
  1.28      +5 -1      ethereal/packet-wccp.c