zeek/scripts/base/protocols/dns
Seth Hall bcdffe3212 No longer accidentally attempting to parse NBSTAT RRs as SRV RRs.
The NetBios name service RFC (1002) specified NBSTAT (NetBios Status)
resource records to have identifier 0x0021.  The DNS SRV RFC specified
SRV records to have identifier 33.  Unfortunately those are the
same number. :)

We now check the resp port to handle this situation better so that
we won't be attempting to parse NBSTAT records as SRV (which
causes several weird messages).
2014-03-06 09:06:23 -05:00
..
__load__.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
consts.bro Fix typos and formatting in the dns protocol docs 2013-10-15 16:44:28 -05:00
main.bro No longer accidentally attempting to parse NBSTAT RRs as SRV RRs. 2014-03-06 09:06:23 -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.