Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tap.c tap.h tethereal.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 31 May 2004 04:53:21 -0500 (CDT)
guy         2004/05/31 04:53:21 CDT

  Modified files:
    .                    tap.c tap.h tethereal.c 
  Log:
  Add a routine that indicates where there are any tap listeners
  registered (not whether there are any tap *filters* registered).
  
  Do dissection in Tethereal iff:
  
  	we're printing information about each packet;
  
  	we're using a read filter on the packets;
  
  	there are any tap listeners registered (even if there are no tap
  	filters registered - not all taps use filters).
  
  Revision  Changes    Path
  1.10      +14 -3     ethereal/tap.c
  1.10      +2 -1      ethereal/tap.h
  1.242     +17 -6     ethereal/tethereal.c