Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c file.c globals.h packet.c summary.

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, 26 Jun 2000 23:35:55 -0500 (CDT)
guy         2000/06/26 23:35:52 CDT

  Modified files:
    .                    capture.c file.c globals.h packet.c 
                         summary.c tethereal.c 
  Log:
  Patch from Ben Fowler to rename the global variable "cf" to "cfile", to
  make it easier to use grep to find all references to it without getting
  a lot of false hits and to check, after allocating the memory chunk for
  "frame_data" structures, that the allocation succeeded.
  
  Revision  Changes    Path
  1.109     +65 -65    ethereal/capture.c
  1.190     +2 -1      ethereal/file.c
  1.18      +2 -2      ethereal/globals.h
  1.95      +2 -2      ethereal/packet.c
  1.18      +15 -15    ethereal/summary.c
  1.31      +62 -62    ethereal/tethereal.c