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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 21 Jul 2003 16:52:33 -0500 (CDT)
guy         2003/07/21 16:52:33 CDT

  Modified files:
    .                    packet-brdwlk.c 
  Log:
  Don't assume that, if you've already seen the packet, you can use the
  global variables to determine if packets were dropped, because you can't
  - packets can be visited in any order.  Instead, attach to packets
  preceded by dropped packets protocol data, as a flag that packets were
  dropped.
  
  Re-initialize the global variables when a capture is opened.
  
  Revision  Changes    Path
  1.4       +48 -20    ethereal/packet-brdwlk.c