Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.c proto.c proto.h to_str.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: Fri, 14 Sep 2001 02:10:12 -0500 (CDT)
guy         2001/09/14 02:10:12 CDT

  Modified files:
    epan                 column-utils.c proto.c proto.h to_str.c 
                         to_str.h 
  Log:
  Make the resolution for time values be nanoseconds rather than
  microseconds.
  
  Fix some "signed vs. unsigned" comparison warnings.
  
  Revision  Changes    Path
  1.5       +3 -3      ethereal/epan/column-utils.c
  1.35      +8 -8      ethereal/epan/proto.c
  1.17      +6 -9      ethereal/epan/proto.h
  1.12      +45 -31    ethereal/epan/to_str.c
  1.5       +17 -6     ethereal/epan/to_str.h