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

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, 10 May 2000 17:16:37 -0500 (CDT)
guy         2000/05/10 17:16:35 CDT

  Modified files:
    wiretap              file.c netmon.c netxray.c ngsniffer.c 
                         wtap.h 
  Log:
  Rename the "private" member of a "wtap_dumper" structure to "dump", as
  per the "capture" member of a "wtap" structure, so that it doesn't
  collide with the C++ reserved word "private".
  
  Revision  Changes    Path
  1.50      +4 -4      ethereal/wiretap/file.c
  1.29      +32 -32    ethereal/wiretap/netmon.c
  1.26      +15 -15    ethereal/wiretap/netxray.c
  1.38      +5 -5      ethereal/wiretap/ngsniffer.c
  1.68      +2 -2      ethereal/wiretap/wtap.h