Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal util.c util.h

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:28 -0600 (CST)
gerald      2003/11/17 22:16:28 CST

  Modified files:
    .                    util.c util.h 
  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.72      +50 -1     ethereal/util.c
  1.30      +4 -1      ethereal/util.h