Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS packet-ucp.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: Sun, 14 Oct 2001 22:54:04 -0500 (CDT)
guy         2001/10/14 22:54:04 CDT

  Modified files:
    .                    AUTHORS packet-ucp.c 
  Log:
  Fixes from Steffen Weinreich:
  
  	fix the processing of the month and year fields in the SCTC
  	Timestamp (the month is 1-origin, so subtract 1 from it before
  	putting it in "tm_mon", which is 0-origin; the year is a 2-digit
  	field that is, at least, Y2K-safe (but Y2.1K-unsafe), so if it's
  	less than 90, assume it's in the 21st century);
  
  	UCP OT 50-57 messages have a fixed number of fields and a
  	special handling of the MT is not necessary, so get rid of that.
  
  Also, fix a typo in a comment.
  
  Revision  Changes    Path
  1.335     +4 -0      ethereal/AUTHORS
  1.4       +8 -4      ethereal/packet-ucp.c