<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Logfile format for BIND queries</title>
	<atom:link href="http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Fri, 04 May 2012 19:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: RichT</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-831379</link>
		<dc:creator>RichT</dc:creator>
		<pubDate>Tue, 10 Apr 2012 13:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-831379</guid>
		<description>The code has been updated to include a few more. This is an extract from Bind 9.7.5:
        ns_client_log(client, NS_LOGCATEGORY_QUERIES, NS_LOGMODULE_QUERY,
                      level, &quot;query: %s %s %s %s%s%s%s%s%s (%s)&quot;, namebuf,
                      classname, typename, WANTRECURSION(client) ? &quot;+&quot; : &quot;-&quot;,
                      (client-&gt;signer != NULL) ? &quot;S&quot;: &quot;&quot;,
                      (client-&gt;opt != NULL) ? &quot;E&quot; : &quot;&quot;,
                      ((client-&gt;attributes &amp; NS_CLIENTATTR_TCP) != 0) ?
                                 &quot;T&quot; : &quot;&quot;,
                      ((extflags &amp; DNS_MESSAGEEXTFLAG_DO) != 0) ? &quot;D&quot; : &quot;&quot;,
                      ((flags &amp; DNS_MESSAGEFLAG_CD) != 0) ? &quot;C&quot; : &quot;&quot;,
                      onbuf);</description>
		<content:encoded><![CDATA[<p>The code has been updated to include a few more. This is an extract from Bind 9.7.5:<br />
        ns_client_log(client, NS_LOGCATEGORY_QUERIES, NS_LOGMODULE_QUERY,<br />
                      level, &#8220;query: %s %s %s %s%s%s%s%s%s (%s)&#8221;, namebuf,<br />
                      classname, typename, WANTRECURSION(client) ? &#8220;+&#8221; : &#8220;-&#8221;,<br />
                      (client-&gt;signer != NULL) ? &#8220;S&#8221;: &#8220;&#8221;,<br />
                      (client-&gt;opt != NULL) ? &#8220;E&#8221; : &#8220;&#8221;,<br />
                      ((client-&gt;attributes &amp; NS_CLIENTATTR_TCP) != 0) ?<br />
                                 &#8220;T&#8221; : &#8220;&#8221;,<br />
                      ((extflags &amp; DNS_MESSAGEEXTFLAG_DO) != 0) ? &#8220;D&#8221; : &#8220;&#8221;,<br />
                      ((flags &amp; DNS_MESSAGEFLAG_CD) != 0) ? &#8220;C&#8221; : &#8220;&#8221;,<br />
                      onbuf);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janson</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-830742</link>
		<dc:creator>Janson</dc:creator>
		<pubDate>Wed, 19 Oct 2011 08:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-830742</guid>
		<description>what &#039;s about -E and -C 

    (client-&gt;opt != NULL) ? &quot;E&quot; : &quot;&quot;,
                      ((extflags &amp; DNS_MESSAGEEXTFLAG_DO) != 0) ? &quot;D&quot; : &quot;&quot;,
                      ((flags &amp; DNS_MESSAGEFLAG_CD) != 0) ? &quot;C&quot; : &quot;&quot;);</description>
		<content:encoded><![CDATA[<p>what &#8216;s about -E and -C </p>
<p>    (client-&gt;opt != NULL) ? &#8220;E&#8221; : &#8220;&#8221;,<br />
                      ((extflags &amp; DNS_MESSAGEEXTFLAG_DO) != 0) ? &#8220;D&#8221; : &#8220;&#8221;,<br />
                      ((flags &amp; DNS_MESSAGEFLAG_CD) != 0) ? &#8220;C&#8221; : &#8220;&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matty</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-830565</link>
		<dc:creator>matty</dc:creator>
		<pubDate>Wed, 13 Jul 2011 17:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-830565</guid>
		<description>@ardya - you are correct.</description>
		<content:encoded><![CDATA[<p>@ardya &#8211; you are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ardya</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-588441</link>
		<dc:creator>ardya</dc:creator>
		<pubDate>Sat, 23 Aug 2008 22:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-588441</guid>
		<description>So to be clear, + means wants recursion, - means no recursion?</description>
		<content:encoded><![CDATA[<p>So to be clear, + means wants recursion, &#8211; means no recursion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matty</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-84433</link>
		<dc:creator>matty</dc:creator>
		<pubDate>Sat, 01 Sep 2007 13:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-84433</guid>
		<description>Hi Knobee,

Thanks for the clarification. I fixed the original post.

Thanks again,
- Ryan</description>
		<content:encoded><![CDATA[<p>Hi Knobee,</p>
<p>Thanks for the clarification. I fixed the original post.</p>
<p>Thanks again,<br />
- Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Knobee</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-81369</link>
		<dc:creator>Knobee</dc:creator>
		<pubDate>Mon, 27 Aug 2007 19:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-81369</guid>
		<description>Actually, the &quot;E&quot; means that the query requested EDNS0

http://tools.ietf.org/html/rfc2671</description>
		<content:encoded><![CDATA[<p>Actually, the &#8220;E&#8221; means that the query requested EDNS0</p>
<p><a href="http://tools.ietf.org/html/rfc2671" rel="nofollow">http://tools.ietf.org/html/rfc2671</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/comment-page-1/#comment-67529</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 17 Jul 2007 01:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/12/10/logfile-format-for-bind-queries/#comment-67529</guid>
		<description>Finally, somebody went through the trouble to figure this out.  I could not find it documented anywhere in the Bind documentation.

Thanks</description>
		<content:encoded><![CDATA[<p>Finally, somebody went through the trouble to figure this out.  I could not find it documented anywhere in the Bind documentation.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

