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

Date: Sat, 20 Apr 2013 09:49:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48942

User: alagoutte
Date: 2013/04/20 02:49 AM

Log:
 Remove expert info for bit AD in DNS query
 
 See Section 5.7 (Setting the AD Bit on Queries) of RFC 6840 (Clarifications and Implementation Notes for DNS Security (DNSSEC))
 
 The semantics of the Authentic Data (AD) bit in the query were
 previously undefined.  Section 4.6 of [RFC4035] instructed resolvers
 to always clear the AD bit when composing queries.
 
 This document defines setting the AD bit in a query as a signal
 indicating that the requester understands and is interested in the
 value of the AD bit in the response. This allows a requester to
 indicate that it understands the AD bit without also requesting
 DNSSEC data via the DO bit.

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