Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb.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: Sat, 3 Nov 2001 18:53:48 -0600 (CST)
guy         2001/11/03 18:53:47 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  More tvbuffication, from Ronnie Sahlberg.
  
  When converting DOS-date years to "struct tm" years, add 1980 and
  subtract 1900, to make it clearer what the conversion involves (DOS-date
  years are (year - 1980); "struct tm" years are (year - 1900)).
  
  Revision  Changes    Path
  1.128     +637 -960  ethereal/packet-smb.c