mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Remove all fully-deprecated files
This commit is contained in:
parent
a8d28df569
commit
7e9d89db0a
12 changed files with 5 additions and 155 deletions
|
@ -1,5 +1,5 @@
|
|||
%include binpac.pac
|
||||
%include bro.pac
|
||||
%include zeek.pac
|
||||
|
||||
%extern{
|
||||
#include "foo.bif.h"
|
||||
|
@ -11,7 +11,7 @@ analyzer FOO withcontext {
|
|||
};
|
||||
|
||||
# Our connection consists of two flows, one in each direction.
|
||||
connection FOO_Conn(bro_analyzer: BroAnalyzer) {
|
||||
connection FOO_Conn(bro_analyzer: ZeekAnalyzer) {
|
||||
upflow = FOO_Flow(true);
|
||||
downflow = FOO_Flow(false);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue