Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c main.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, 15 Jan 2000 20:48:34 -0600 (CST)
guy         2000/01/15 20:48:25 CST

  Modified files:
    gtk                  capture_dlg.c main.c 
  Log:
  Move the routine to get a list of the network interfaces on the system
  to "util.c", and provide a routine to free that list as well.
  
  When picking an interface on which to do a capture (if no "-i" flag was
  specified), use that routine, and pick the first interface on the list.
  
  Revision  Changes    Path
  1.17      +10 -181   ethereal/gtk/capture_dlg.c
  1.91      +18 -6     ethereal/gtk/main.c