Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal tethereal.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: Mon, 21 Aug 2000 22:33:47 -0500 (CDT)
guy         2000/08/21 22:33:44 CDT

  Modified files:
    .                    tethereal.c 
  Log:
  Initialize all the fields of the "frame_data" structure, so that, for
  example, "fdata->pfd" doesn't contain junk that upsets dissectors that
  try to attach data to the frame (not that it does them much good in
  Tethereal, as the frame is never revisited).
  
  Revision  Changes    Path
  1.43      +8 -6      ethereal/tethereal.c