Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal configure.in tethereal.c util.c util.h

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, 8 Mar 2003 01:00:47 -0600 (CST)
guy         2003/03/08 01:00:47 CST

  Modified files:
    .                    configure.in tethereal.c util.c util.h 
  Log:
  Put the code to get version numbers of various libraries with which
  Ethereal/Tethereal was linked into a common routine, and use that in
  both Ethereal and Tethereal.
  
  Add to that routine code to get OS version information.
  
  Revision  Changes    Path
  1.201     +2 -2      ethereal/configure.in
  1.177     +2 -70     ethereal/tethereal.c
  1.58      +223 -1    ethereal/util.c
  1.27      +7 -1      ethereal/util.h