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.h"
@ -12,7 +12,7 @@ analyzer Foo withcontext {
flow: Foo_Flow;
};
connection Foo_Conn(bro_analyzer: BroAnalyzer) {
connection Foo_Conn(bro_analyzer: ZeekAnalyzer) {
upflow = Foo_Flow(true);
downflow = Foo_Flow(false);
};