Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal globals.h tethereal.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: Tue, 27 Mar 2001 00:48:12 -0600 (CST)
guy         2001/03/27 00:48:12 CST

  Modified files:
    .                    globals.h tethereal.c 
  Log:
  Make "comp_info_str" static in Ethereal - there's no need for it outside
  "gtk/main.c" in Ethereal.
  
  Add the GLib version to it in Ethereal, and put in the GLib version
  rather than the GTK+ version in Tethereal (which isn't linked with
  GTK+...).
  
  Make it a GString; this makes the code to construct it slightly less
  ugly, especially now that we're putting the GLib version in.
  
  Fix the code for the "-D" flag in Tethereal to compile in a no-libpcap
  version (in a no-libpcap version, it just says that this version of
  Tethereal wasn't compiled with capture support).
  
  Revision  Changes    Path
  1.24      +1 -2      ethereal/globals.h
  1.72      +32 -21    ethereal/tethereal.c