Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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: Sun, 28 Jan 2001 18:09:39 -0600 (CST)
guy         2001/01/28 18:09:39 CST

  Modified files:
    .                    tethereal.c 
  Log:
  There's no need for a member of a "capture_file" structure holding a
  compiled capture filter program, so remove it, and remove the include of
  <pcap.h> from "file.h"; instead, have local "struct bpf_program"
  structures where needed, and have those files that need stuff from
  <pcap.h> include it.
  
  This cleans stuff up a bit, and should eliminate a pile of compile
  warnings with Visual C++ due to <pcap.h> and some GTK+/GLib header file
  (or files they include) both defining "inline".
  
  Revision  Changes    Path
  1.63      +3 -1      ethereal/tethereal.c