Wireshark-commits: [Wireshark-commits] rev 26298: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 29 Sep 2008 21:40:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26298

User: jake
Date: 2008/09/29 02:40 PM

Log:
 From Derek Morr:
 The DNS dissector conflates KEY (used for TSIG) and DNSKEY records. Also, the
 DNSKEY dissector doesn't parse the REVOKED flag, defined in RFC 5011.
 
 The attached patch splits KEY and DNSKEY parsing, and adds support for REVOKED.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +57 -12    packet-dns.c    Modified