Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal pcap-util.c pcap-util.h tethereal.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: Wed, 10 Sep 2003 00:35:24 -0500 (CDT)
guy         2003/09/10 00:35:24 CDT

  Modified files:
    .                    pcap-util.c pcap-util.h tethereal.c 
  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.16      +102 -53   ethereal/pcap-util.c
  1.4       +11 -1     ethereal/pcap-util.h
  1.195     +14 -16    ethereal/tethereal.c