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 Combs <gerald@xxxxxxxxxxxxxxxxx>
Date: Mon, 17 Nov 2003 22:16:29 -0600 (CST)
gerald      2003/11/17 22:16:29 CST

  Modified files:
    gtk                  main.c 
  Log:
  Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,
  DISPLAY, and CLIENTNAME (in that order).  If any of them are set, create
  a capture filter that excludes their traffic and set it as the default.
  The longer filters should be efficient without being overly long; they
  may need some tweaking.
  
  Revision  Changes    Path
  1.330     +8 -1      ethereal/gtk/main.c