Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c configure.in

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sat, 31 Jul 1999 18:06:18 -0500 (CDT)
gram        1999/07/31 18:06:16 CDT

  Modified files:
    .                    capture.c configure.in 
  Log:
  chmod() the temporary capture file to 0600 so that only the user can
  read the trace. We chmod() after pcap creates the file, but before it actually
  writes data there. Thanks to Frederic Peters <fpeters@xxxxxxxxxxxxxx>,
  the Debian maintainer of Ethereal, for pointing this out.
  
  Revision  Changes    Path
  1.38      +6 -2      ethereal/capture.c
  1.33      +3 -2      ethereal/configure.in