Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ncp.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 16 Apr 2000 23:00:41 -0500 (CDT)
guy         2000/04/16 23:00:39 CDT

  Modified files:
    .                    packet-ncp.c 
  Log:
  Don't rely on the "tree" argument being null as an indication that this
  is the first time we've looked at a packet; it may not be null if, for
  example, we're doing read filtering, or if we're colorizing packets, or
  if there are plugins active, or if this is Tethereal with the "-V" flag.
  Instead, use the new "visited" flag.
  
  Revision  Changes    Path
  1.33      +21 -18    ethereal/packet-ncp.c