Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c tvbuff.c

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

From: Richard Sharpe <sharpe@xxxxxxxxxxxx>
Date: Mon, 11 Sep 2000 02:34:04 -0500 (CDT)
sharpe      2000/09/11 02:34:00 CDT

  Modified files:
    .                    file.c tvbuff.c 
  Log:
  We have to free up the per-frame data when we rescan, because we have
  called packet_init_proto, which blows away the items the list points to.
  
  Revision  Changes    Path
  1.218     +10 -1     ethereal/file.c
  1.13      +2 -1      ethereal/tvbuff.c