Remove all fully-deprecated files

This commit is contained in:
Tim Wojtulewicz 2021-01-21 10:47:54 -07:00
parent a8d28df569
commit 7e9d89db0a
12 changed files with 5 additions and 155 deletions

View file

@ -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);
};