Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fw1.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: Tue, 6 Jan 2004 16:05:37 -0600 (CST)
guy         2004/01/06 16:05:37 CST

  Modified files:
    .                    packet-fw1.c 
  Log:
  Clear the interface list and free up interface names whenever a new
  capture is read.
  
  "interface_anzahl" is always <= MAX_INTERFACES, so we don't need to
  check array indices against MAX_INTERFACES when iterating over all known
  interfaces.
  
  Revision  Changes    Path
  1.11      +20 -17    ethereal/packet-fw1.c