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@xxxxxxxxxxxx>
Date: Wed, 22 Mar 2000 03:52:30 -0600 (CST)
guy         2000/03/22 03:52:27 CST

  Modified files:
    wiretap              netmon.c 
  Log:
  Byte-swap the frame table on big-endian machines.
  
  Free it as soon as we're at the end of the sequential pass through the
  file; that way, if we keep the capture file open with Wiretap even after
  that's done (as I may do as part of some stuff I'm working on), we
  at least aren't hanging on to the frame table memory after that point.
  
  Revision  Changes    Path
  1.27      +24 -9     ethereal/wiretap/netmon.c