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: Gerald Combs <gerald@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 4 May 2003 13:50:57 -0500 (CDT)
gerald      2003/05/04 13:50:57 CDT

  Modified files:
    gtk                  main.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.293     +6 -1      ethereal/gtk/main.c