mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add pattern support to input framework.
This commit is contained in:
parent
f2b7764769
commit
cfeb6f0f0d
7 changed files with 157 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
T
|
||||
F
|
||||
T
|
||||
{
|
||||
[2] = [p=/^?(cat)$?/],
|
||||
[4] = [p=/^?(^oob)$?/],
|
||||
[1] = [p=/^?(dog)$?/],
|
||||
[3] = [p=/^?(foo|bar)$?/]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue