Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk 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@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Jul 2001 02:10:12 -0500 (CDT)
guy         2001/07/27 02:10:12 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with
  "--with-pcap", it adds the "include" subdirectory of that directory to
  the list of directories to search for include files, rather than adding
  the directory itself.
  
  Check whether libpcap defines "pcap_version", and define
  HAVE_PCAP_VERSION if it does.  Use "pcap_version" iff HAVE_PCAP_VERSION
  is defined, rather than special-casing MacOS X.
  
  Don't #define a string for the WinPcap version; just leave
  HAVE_PCAP_VERSION undefined on Windows, as WinPcap 2.2beta is out, so we
  can no longer assume that the Windows version of Ethereal is using
  WinPcap 2.1.
  
  Revision  Changes    Path
  1.205     +10 -13    ethereal/gtk/main.c