mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/master' into dev/2.7
* origin/master: Fix typo in Sessions.h Update baselines for SSH capabilities fix Fix SSH analyzer bug where is_server in capabilities is wrong. 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 Add DCE_RPC exchange_mapi operations to relevant consts.bro file GH-186: fix JSON formatting of timestamps before Unix epoch Fix test baseline for plugin skeleton update Fix crash when modifying a table from within its &expire_func Convert site::local_nets, etc. into options. GH-184: add `bro-config --build_type`, outputs CMake build type Updating submodule(s). Add return value checks for some RPC parsing functions Add 'fallthrough' comment to a switch/case block Improve broker.remote_id unit test Increase broker unit test timeout intervals
This commit is contained in:
commit
45526e6063
44 changed files with 597 additions and 339 deletions
6
NEWS
6
NEWS
|
@ -577,6 +577,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