Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal editcap.c file.c mergecap.c 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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Oct 2001 03:30:35 -0500 (CDT)
guy         2001/10/04 03:30:35 CDT

  Modified files:
    .                    editcap.c file.c mergecap.c tethereal.c 
  Log:
  Use longs as file offsets, so that on platforms with 64-bit "long" we
  can handle capture files bigger than 2GB.
  
  Revision  Changes    Path
  1.18      +2 -2      ethereal/editcap.c
  1.245     +6 -6      ethereal/file.c
  1.5       +3 -3      ethereal/mergecap.c
  1.92      +8 -8      ethereal/tethereal.c