Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal acconfig.h acinclude.m4 config.h.win32 confi

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:11 -0500 (CDT)
guy         2001/07/27 02:10:10 CDT

  Modified files:
    .                    acconfig.h acinclude.m4 config.h.win32 
                         configure.in tethereal.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.20      +4 -3      ethereal/acconfig.h
  1.29      +38 -5     ethereal/acinclude.m4
  1.30      +1 -2      ethereal/config.h.win32
  1.137     +2 -1      ethereal/configure.in
  1.90      +10 -12    ethereal/tethereal.c