mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove @load base/frameworks/dpd from tests
Now that it's loaded in bare mode, no need to load it explicitly. The main thing that tests were relying on seems to be tracking of c$service for conn.log baselines. Very few were actually checking for dpd.log
This commit is contained in:
parent
9e7f2a04c1
commit
654fd9c7da
42 changed files with 0 additions and 42 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
@load base/protocols/rdp
|
||||
@load base/protocols/conn
|
||||
@load base/frameworks/dpd
|
||||
|
||||
event rdpeudp_syn(c: connection)
|
||||
{
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
@load base/protocols/rdp
|
||||
@load base/protocols/conn
|
||||
@load base/frameworks/dpd
|
||||
|
||||
event rdpeudp_syn(c: connection)
|
||||
{
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
@load base/protocols/rdp
|
||||
@load base/protocols/conn
|
||||
@load base/frameworks/dpd
|
||||
|
||||
event rdpeudp_syn(c: connection)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue