Remove previously deprecated policy/protocols/smb/__load__

This commit is contained in:
Jon Siwek 2019-05-02 20:49:23 -07:00
parent 1a77c1b287
commit f2f06d66c0
8 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,8 @@
2.6-261 | 2019-05-02 20:49:23 -0700
* Remove previously deprecated policy/protocols/smb/__load__ (Jon Siwek, Corelight)
2.6-260 | 2019-05-02 19:16:48 -0700
* GH-243: Remove deprecated functions/events from 2.6 and earlier (Johanna Amann, Corelight)

3
NEWS
View file

@ -243,6 +243,9 @@ Removed Functionality
- ``dhcp_request``
- ``finished_send_state``
- The deprecated script ``policy/protocols/smb/__load__.bro`` was removed.
Instead of ``@load policy/protocols/smb`` use ``@load base/protocols/smb``.
Deprecated Functionality
------------------------

View file

@ -1 +1 @@
2.6-260
2.6-261

2
doc

@ -1 +1 @@
Subproject commit ed52b61d9300141cfa868759faed9c66142a80af
Subproject commit f897256ad219b644b99a14873473e0276cf430f6

View file

@ -1,3 +0,0 @@
@deprecated "Use '@load base/protocols/smb' instead"
@load base/protocols/smb

View file

@ -83,7 +83,6 @@
@load protocols/modbus/track-memmap.zeek
@load protocols/mysql/software.zeek
@load protocols/rdp/indicate_ssl.zeek
#@load protocols/smb/__load__.zeek
@load protocols/smb/log-cmds.zeek
@load protocols/smtp/blocklists.zeek
@load protocols/smtp/detect-suspicious-orig.zeek

View file

@ -6,7 +6,6 @@
@load frameworks/control/controller.zeek
@load frameworks/files/extract-all-files.zeek
@load policy/misc/dump-events.zeek
@load policy/protocols/smb/__load__.zeek
@load ./example.zeek

View file

@ -1,2 +0,0 @@
warning in /Users/johanna/bro/master/scripts/policy/protocols/smb/__load__.zeek, line 1: deprecated script loaded from /Users/johanna/bro/master/testing/btest/../../scripts//zeexygen/__load__.zeek:9 "Use '@load base/protocols/smb' instead"
warning in /Users/johanna/bro/master/testing/btest/../../scripts//policy/protocols/smb/__load__.zeek, line 1: deprecated script loaded from command line arguments "Use '@load base/protocols/smb' instead"