mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Add test case for binpac flowbuffer frame length parsing bug
This commit is contained in:
parent
e2aeb70efc
commit
7e57f0788c
13 changed files with 265 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
@load ./main
|
|
@ -0,0 +1,11 @@
|
|||
module Foo;
|
||||
|
||||
const ports = { 102/tcp };
|
||||
|
||||
redef likely_server_ports += { ports };
|
||||
|
||||
event zeek_init() &priority=5
|
||||
{
|
||||
Analyzer::register_for_ports(Analyzer::ANALYZER_FOO, ports);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue