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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 21 Mar 2000 00:21:42 -0600 (CST)
guy         2000/03/21 00:21:40 CST

  Modified files:
    .                    packet-dns.c 
  Log:
  Create the tree entry for resource records in DNS replies, and add the
  record type to the info column, before parsing the reply; add the text
  for the entry, and any additional information for the info column, in
  the code that handles the reply.
  
  Don't use stuff from the resource record if you ran past the end of the
  packet.
  
  Fix some bit-scanning code.
  
  Revision  Changes    Path
  1.38      +137 -152  ethereal/packet-dns.c