mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/master' into topic/seth/smb
This commit is contained in:
commit
782e67d790
3 changed files with 9 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
|||
|
||||
2.4-424 | 2016-03-24 13:38:47 -0700
|
||||
|
||||
* Only load openflow/netcontrol if compiled with broker. (Johanna Amann)
|
||||
|
||||
* Adding canonifier to test. (Robin Sommer)
|
||||
|
||||
2.4-422 | 2016-03-21 19:48:30 -0700
|
||||
|
||||
* Adapt to recent change in CAF CMake script. (Matthias Vallentin)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4-422
|
||||
2.4-424
|
||||
|
|
|
@ -37,8 +37,10 @@
|
|||
@load base/frameworks/reporter
|
||||
@load base/frameworks/sumstats
|
||||
@load base/frameworks/tunnels
|
||||
@ifdef ( BrokerComm::enable )
|
||||
@load base/frameworks/openflow
|
||||
@load base/frameworks/netcontrol
|
||||
@endif
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/dhcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue