zeek/scripts/spicy
Robin Sommer f5aa5c3466
Spicy: Provide zeek::skip_input() to disable deliver to current analyzer.
```
## Tells Zeek to skip sending any further input data to the current analyzer.
## This is supported for protocol and file analyzers.
public function skip_input() : void;
```

Closes #3443.
2023-11-09 10:43:49 +01:00
..
zeek.spicy Spicy: Provide zeek::skip_input() to disable deliver to current analyzer. 2023-11-09 10:43:49 +01:00
zeek_file.spicy Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
zeek_rt.hlt Spicy: Support additional documentation tags inside EVT files. 2023-09-21 10:54:02 +02:00