mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Update plugin btests for namespace changes
This commit is contained in:
parent
70c2397f69
commit
874e170341
43 changed files with 420 additions and 317 deletions
|
@ -42,7 +42,7 @@ refine flow FOO_Flow += {
|
|||
%{
|
||||
// printf("FOO %d %d\n", msg->hdr()->len(), msg->hdr_len());
|
||||
connection()->bro_analyzer()->ProtocolConfirmation();
|
||||
BifEvent::Foo::generate_foo_message(
|
||||
zeek::BifEvent::Foo::enqueue_foo_message(
|
||||
connection()->bro_analyzer(),
|
||||
connection()->bro_analyzer()->Conn(),
|
||||
is_orig(),
|
||||
|
@ -57,4 +57,3 @@ refine flow FOO_Flow += {
|
|||
refine typeattr FOO_PDU += &let {
|
||||
proc: bool = $context.flow.proc_foo_message(this);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue