mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
filters have been called streams for eternity. And I always was too
lazy to change it everywhere... Fix that.
This commit is contained in:
parent
61ce9b5412
commit
658b188dff
7 changed files with 217 additions and 208 deletions
|
@ -24,7 +24,7 @@ export {
|
|||
## Read mode to use for this stream
|
||||
mode: Mode &default=default_mode;
|
||||
|
||||
## Descriptive name. Used to remove a filter at a later time
|
||||
## Descriptive name. Used to remove a stream at a later time
|
||||
name: string;
|
||||
|
||||
## Special definitions for tables
|
||||
|
@ -65,7 +65,7 @@ export {
|
|||
## Read mode to use for this stream
|
||||
mode: Mode &default=default_mode;
|
||||
|
||||
## Descriptive name. Used to remove a filter at a later time
|
||||
## Descriptive name. Used to remove a stream at a later time
|
||||
name: string;
|
||||
|
||||
## Special definitions for events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue