Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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, 11 Sep 1999 01:23:26 -0500 (CDT)
guy         1999/09/11 01:23:24 CDT

  Modified files:
    .                    capture.c 
  Log:
  "capture.c" doesn't do socket "ioctl"s any more - the code to do that is
  now in "gtk/capture_dlg.c" - so it doesn't need to include
  <sys/sockio.h> on, for example, Solaris...
  
  ...but "gtk/capture_dlg.c" does need to include it.
  
  "gtk/capture_dlg.c" also may need to include "snprintf.h", as it uses
  "snprintf()".
  
  Revision  Changes    Path
  1.67      +1 -5      ethereal/capture.c