Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal version_info.c version_info.h Makefile.am Ma

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 11 Jan 2004 16:17:43 -0600 (CST)
guy         2004/01/11 16:17:43 CST

  Modified files:
    .                    Makefile.am Makefile.nmake tethereal.c 
                         util.c util.h 
  Added files:
    .                    version_info.c version_info.h 
  Log:
  Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
  DISSECTOR_SUPPORT_{SRC,OBJECTS}.
  
  Add some additional files, required by dissectors, to those lists.
  
  Extract the stuff to get version information strings for libraries and
  the OS, which is *not* needed by dissectors, from "util.c", which
  contains routines that *are* needed by dissectors, and put it into a
  separate file.
  
  Make "dftest" link only with the dissector support stuff, not with all
  of the Ethereal common files.
  
  Revision  Changes    Path
  1.688     +22 -19    ethereal/Makefile.am
  1.386     +12 -11    ethereal/Makefile.nmake
  1.217     +2 -1      ethereal/tethereal.c
  1.76      +1 -302    ethereal/util.c
  1.31      +1 -13     ethereal/util.h