Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap network_instruments.c network_instru

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 31 Oct 2003 02:06:25 -0600 (CST)
guy         2003/10/31 02:06:25 CST

  Modified files:
    wiretap              network_instruments.c 
                         network_instruments.h 
  Log:
  Temporarily get rid of the "struct tm" in "struct observer_time", and
  get rid of the reference to its "tm_gmtoff" member - there are platforms
  on which Ethereal runs that don't have "tm_gmtoff" in "struct tm".  If
  the time stamp in the packets is nanoseconds since midnight 2001-01-01
  *local* time, we'd need to compute the offset between that and midnight
  2000-01-01 GMT, and adjust the time with that.
  
  Revision  Changes    Path
  1.2       +5 -1      ethereal/wiretap/network_instruments.c
  1.2       +3 -1      ethereal/wiretap/network_instruments.h