Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.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: Sun, 19 Mar 2000 22:55:16 -0600 (CST)
guy         2000/03/19 22:55:13 CST

  Modified files:
    .                    file.c 
  Log:
  In "add_packet_to_packet_list()", always use the "buf" argument to refer
  to the raw packet data, don't use "cf->pd" - "cf->pd" doesn't contain
  the packet data when the file is being read in, it only contains it when
  we're re-reading packets.
  
  Revision  Changes    Path
  1.171     +5 -5      ethereal/file.c