[Bro] Incorporating dns_reponse in dns_request

Seth Hall seth at icir.org
Thu Mar 17 12:25:13 PDT 2011


On Mar 17, 2011, at 3:17 PM, Seth Hall wrote:

> 	if ( check_domain_list && (query_types[qtype] == "A" || query_types[qtype] == "MX") && subq in hostile_domain_list )

Oops, almost complete.  The above should be...

	if ( check_domain_list && (query_types[di$qtype] == "A" || query_types[di$qtype] == "MX") && subq in hostile_domain_list )

  .Seth

--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro-ids.org/





More information about the Bro mailing list