Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_combo_utils.c capture_combo_util

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: Wed, 10 Sep 2003 00:35:26 -0500 (CDT)
guy         2003/09/10 00:35:26 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake capture_dlg.c 
                         capture_prefs.c main.c 
  Added files:
    gtk                  capture_combo_utils.c 
                         capture_combo_utils.h 
  Log:
  Have "get_interface_list()" return a list of "if_info_t" structures
  containing a pointer to an interface name and possibly a pointer to an
  interface description (although that pointer might be null if no
  description is available), rather than having the Windows version glue
  together the name and description into a single string.
  
  Supply for the Linux "any" device the same description that libpcap's
  "pcap_findalldevs()" returns.
  
  Revision  Changes    Path
  1.67      +5 -1      ethereal/gtk/Makefile.am
  1.52      +10 -4     ethereal/gtk/Makefile.nmake
  1.81      +12 -166   ethereal/gtk/capture_dlg.c
  1.21      +28 -25    ethereal/gtk/capture_prefs.c
  1.310     +4 -2      ethereal/gtk/main.c