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 Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Feb 2001 22:09:38 -0600 (CST)
guy         2001/02/19 22:09:38 CST

  Modified files:
    gtk                  main.c 
  Log:
  On Win32, if Ethereal started as a GUI rather than a console
  application, catch what GLib message-logging calls we can, and create a
  console and make it the standard input, output, and error if such a call
  is made, so those messages show up in a console window.  Create the
  console for the output of "ethereal -v" as well.
  
  Revision  Changes    Path
  1.180     +115 -2    ethereal/gtk/main.c