zeek/scripts/base/protocols/dns
Justin Azoff a5ad864e13 Use more efficient method to grab the protocol.
get_conn_transport_proto needs to use sessions->FindConnection and do a
hash lookup to find the connection while get_port_transport_proto just
looks at the port directly.
2019-02-17 12:39:01 -05:00
..
__load__.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
consts.bro Merge remote-tracking branch 'origin/master' into dev/2.7 2018-10-16 16:50:27 -05:00
main.bro Use more efficient method to grab the protocol. 2019-02-17 12:39:01 -05:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Domain Name System (DNS) protocol analysis.