Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap netmon.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Jun 2002 16:55:39 -0500 (CDT)
guy         2002/06/04 16:55:39 CDT

  Modified files:
    wiretap              netmon.c 
  Log:
  The frame table isn't needed once we've made a sequential pass through
  the packets, as the offsets of the frames have been saved by our caller
  (because they need them to pass to the random-read routine); add a
  sequential_close routine for Netmon files and free up the frame table in
  that routine.
  
  Revision  Changes    Path
  1.55      +17 -3     ethereal/wiretap/netmon.c