mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
very basic input to event working...
This commit is contained in:
parent
d7a3b85fcd
commit
5b0c307f87
5 changed files with 42 additions and 8 deletions
|
@ -5,8 +5,8 @@ export {
|
|||
type ReaderDescription: record {
|
||||
source: string;
|
||||
idx: any;
|
||||
val: any;
|
||||
destination: any;
|
||||
val: any &optional;
|
||||
destination: any &optional;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue