Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am acinclude.m4 configure.in tether

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 4 May 2003 13:50:53 -0500 (CDT)
gerald      2003/05/04 13:50:52 CDT

  Modified files:
    .                    Makefile.am acinclude.m4 configure.in 
                         tethereal.c 
  Log:
  Add support for asynchronous DNS updates using the GNU ADNS library.
  Support can be enabled at configure time by using "--with-adns=DIR".
  If support is enabled, async queries happen whenever host name resolution
  is enabled.  Do we need a separate preference for async queries?
  
  Currently, only IPv4 reverse queries are supported.  I can add IPv4 forward
  lookup support, but I don't have any way to test IPv6 queries.
  
  Revision  Changes    Path
  1.581     +3 -3      ethereal/Makefile.am
  1.54      +40 -1     ethereal/acinclude.m4
  1.206     +18 -0     ethereal/configure.in
  1.182     +6 -1      ethereal/tethereal.c