mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Introduce support for a table of key/value pairs with further configuration options,
with the same userinterface as in the logging interface. Not really tested, but tests still work.
This commit is contained in:
parent
227159fd04
commit
f820ee9f5c
19 changed files with 173 additions and 26 deletions
|
@ -4,6 +4,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
1
|
||||
|
@ -14,6 +16,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
2
|
||||
|
@ -24,6 +28,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
3
|
||||
|
@ -34,6 +40,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
4
|
||||
|
@ -44,6 +52,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
5
|
||||
|
@ -54,6 +64,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
6
|
||||
|
@ -64,6 +76,8 @@ print A::description;
|
|||
print A::tpe;
|
||||
print A::i;
|
||||
print A::b;
|
||||
}, config={
|
||||
|
||||
}]
|
||||
Input::EVENT_NEW
|
||||
7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue