mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'master' of https://github.com/spitfire55/bro
* 'master' of https://github.com/spitfire55/bro: Revert DNS query 255 from ANY to * Missing commas... Fix typo in dce-rpc consts Refactor to use consistent numeric type in dce_rpc. Add missing DNS query type codes I added back in DNS constants for PTR, EDNS, and ANY to avoid breaking code for any people that use them. Also omitted the DNP3 function code 0x83 name change from "AUTHENTICATE_RESP" to "AUTHENTICATE_RESPONSE", again to avoid potentially breaking code unnecessarily: "RESP" vs. "RESPONSE" is not wrong in any sense, just maybe a matter of clarify.
This commit is contained in:
commit
9a295a7009
6 changed files with 314 additions and 244 deletions
6
NEWS
6
NEWS
|
|
@ -544,6 +544,12 @@ Changed Functionality
|
|||
indicated whether each Bro process was the "parent" or "child", but this
|
||||
is no longer relevant because each Bro node now runs as a single process.
|
||||
|
||||
- The ``DNP3::function_codes`` name for request 0x21 has been corrected from
|
||||
"AUTHENTICATE_ERR" to "AUTHENTICATE_REQ_NR".
|
||||
|
||||
- The ``DNS::query_types`` names for resource records 41 and 100 have been
|
||||
corrected from "EDNS" to "OPT" and "DINFO" to "UINFO", respectively.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue