mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() The "dns_TXT_reply" event now uses a "vector of strings" as the final parameter instead of just a "string" in order to support DNS TXT resource records that contain multiple character-strings. The format in which the TXT answers are logged by default is now changed to be a list of strings of the form `fmt("TXT %d %s", |str|, str)`, one for each character-string in the RR and delimited by a space (' ') character. |
||
---|---|---|
.. | ||
__load__.bro | ||
consts.bro | ||
main.bro | ||
README |
Support for Domain Name System (DNS) protocol analysis.