Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal tethereal.c util.c util.h

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:47:53 -0600 (CST)
guy         2000/01/15 20:47:50 CST

  Modified files:
    .                    tethereal.c util.c util.h 
  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.8       +18 -6     ethereal/tethereal.c
  1.27      +209 -1    ethereal/util.c
  1.15      +13 -1     ethereal/util.h