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

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: Sat, 2 Oct 1999 14:24:24 -0500 (CDT)
guy         1999/10/02 14:24:22 CDT

  Modified files:
    .                    capture.c capture.h globals.h 
  Log:
  Move the declaration of global variables involved with packet capture
  from "globals.h" to "capture.h".
  
  Only "capture.c" needs to include <pcap.h>; move the include of <pcap.h>
  from "capture.h" to "capture.c".
  
  We no longer need any DLT_ defines (that's handled inside Wiretap);
  remove the defines of DLT_ from "capture.h".
  
  Revision  Changes    Path
  1.78      +5 -1      ethereal/capture.c
  1.20      +7 -21     ethereal/capture.h
  1.10      +1 -9      ethereal/globals.h