BIND 10 trac703, updated. 6ce4dde0aeb2a0aa3457f0037be5d549b3e9b966 [trac703] Minor update of comments

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Apr 8 13:20:56 UTC 2011


The branch, trac703 has been updated
       via  6ce4dde0aeb2a0aa3457f0037be5d549b3e9b966 (commit)
      from  cdf229b32e2138c7d451eead64d7fdc2d69e94b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ce4dde0aeb2a0aa3457f0037be5d549b3e9b966
Author: Stephen Morris <stephen at isc.org>
Date:   Fri Apr 8 14:20:18 2011 +0100

    [trac703] Minor update of comments

-----------------------------------------------------------------------

Summary of changes:
 tests/tools/badpacket/header_flags.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/badpacket/header_flags.h b/tests/tools/badpacket/header_flags.h
index 235bcd1..2810356 100644
--- a/tests/tools/badpacket/header_flags.h
+++ b/tests/tools/badpacket/header_flags.h
@@ -29,9 +29,9 @@ public:
     // The following declaration describes the various fields in the DNS
     // packet header.
     enum FieldParameter {
-        QR_MASK = 0x8000,   // To get the value
-        QR_OFF  = 15,       // Shift this number of bits left to set the value
-        OP_MASK = 0x7800,
+        QR_MASK = 0x8000,   // Maskd efining the field
+        QR_OFF  = 15,       // Offset of field in the flags word (i.e. shift
+        OP_MASK = 0x7800,   //    ... this number of bits to the left)
         OP_OFF  = 11,
         AA_MASK = 0x0400,
         AA_OFF  = 10,




More information about the bind10-changes mailing list