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@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 19 Jan 2004 18:11:59 -0600 (CST)
guy         2004/01/19 18:11:59 CST

  Modified files:
    .                    packet-dns.c 
  Log:
  From David Fort: use the checksum algorithm when computing the key ID
  for all algorithms other than RSAMD5.
  
  Make "compute_key_id()" return a "guint16", as the key IDs are 16-bit
  and as it can no longer return -1 meaning "I don't know how to compute
  the key ID for that algorithm".
  
  Revision  Changes    Path
  1.118     +8 -15     ethereal/packet-dns.c