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: gerald@xxxxxxxxxxxx (Gerald Combs)
Date: Fri, 20 Feb 2004 14:36:15 -0600 (CST)
gerald      2004/02/20 14:36:15 CST

  Modified files:
    gtk                  main.c 
  Log:
  Add support for a "version.conf" file in the main directory which can
  be used to adjust version preferences.  It understands two configuration
  directives: "enable", which can be 0 or 1, and "format", which can be any
  strftime()-compatible string, e.g. "V12-powered on %A %Y-%m-%d %H:%M:%S".
  
  If no configuration file is present, the configuration defaults to
  
  enable: 1
  format: CVS %Y%m%d%H%M%S
  
  Revision  Changes    Path
  1.402     +2 -2      ethereal/gtk/main.c