Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_info_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@xxxxxxxxxxxxxxxxx>
Date: Sun, 16 Nov 2003 18:27:34 -0600 (CST)
guy         2003/11/16 18:27:34 CST

  Modified files:
    gtk                  capture_info_dlg.c 
  Log:
  "capture()" takes a "struct pcap_stat *" argument, so you need to
  include <pcap.h> before including "capture.h".
  
  Include "dlg_utils.h" to declare "dlg_set_cancel()".
  
  Revision  Changes    Path
  1.2       +3 -2      ethereal/gtk/capture_info_dlg.c