mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/3145-dcerpc-state-clean'
* origin/topic/awelzel/3145-dcerpc-state-clean: dce-rpc: Test cases for unbounded state growth dce-rpc: Handle smb2_close_request() in scripts smb/dce-rpc: Cleanup DCE-RPC analyzers when fid is closed and limit them dce-rpc: Do not repeatedly register removal hooks
This commit is contained in:
commit
f9904511ab
16 changed files with 327 additions and 4 deletions
|
@ -211,6 +211,7 @@ export {
|
|||
["spontaneous_RST"] = ACTION_IGNORE,
|
||||
["SMB_parsing_error"] = ACTION_LOG,
|
||||
["SMB_discarded_messages_state"] = ACTION_LOG,
|
||||
["SMB_discarded_dce_rpc_analyzers"] = ACTION_LOG,
|
||||
["no_smb_session_using_parsesambamsg"] = ACTION_LOG,
|
||||
["smb_andx_command_failed_to_parse"] = ACTION_LOG,
|
||||
["smb_tree_connect_andx_response_without_tree"] = ACTION_LOG_PER_CONN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue