Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c

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:37 -0500 (CDT)
guy         1999/10/02 14:24:32 CDT

  Modified files:
    gtk                  file_dlg.c 
  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.5       +5 -1      ethereal/gtk/file_dlg.c