Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan acinclude.m4 configure.in epan.c resolv

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:55 -0500 (CDT)
gerald      2003/05/04 13:50:55 CDT

  Modified files:
    epan                 acinclude.m4 configure.in epan.c resolv.c 
                         resolv.h 
  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.2       +32 -1     ethereal/epan/acinclude.m4
  1.43      +9 -0      ethereal/epan/configure.in
  1.23      +4 -1      ethereal/epan/epan.c
  1.31      +141 -7    ethereal/epan/resolv.c
  1.11      +18 -2     ethereal/epan/resolv.h