Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-dns.c packet-dns.h packet-nbns.c

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

Date Prev Thread Prev
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 27 May 1999 00:35:15 -0500 (CDT)
guy         1999/05/27 00:35:12 CDT

  Modified files:
    .                    packet-dns.c packet-dns.h packet-nbns.c 
  Log:
  Correctly handle the case of the root showing up as a name in a DNS
  request or reply.  (Redid "get_dns_name()" along the lines of the code
  in the BSD resolver.)
  
  Add code to dissect SOA RRs.
  
  Revision  Changes    Path
  1.18      +137 -105  ethereal/packet-dns.c
  1.3       +3 -3      ethereal/packet-dns.h
  1.20      +2 -2      ethereal/packet-nbns.c