Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c

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:44 -0600 (CST)
guy         2004/01/11 16:17:44 CST

  Modified files:
    gtk                  main.c 
  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.353     +2 -1      ethereal/gtk/main.c