Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-srvloc.c packet-smb.c packet-ntp.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 21 Jan 2000 20:00:36 -0600 (CST)
guy         2000/01/21 20:00:34 CST

  Modified files:
    .                    packet-srvloc.c packet-smb.c packet-ntp.c 
  Log:
  "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing the
  month number, add 1 to "tm_mon".
  
  Revision  Changes    Path
  1.6       +4 -3      ethereal/packet-srvloc.c
  1.60      +2 -2      ethereal/packet-smb.c
  1.9       +3 -3      ethereal/packet-ntp.c