Skip to content

Commit

Permalink
Update for zeek::skip_input().
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Nov 8, 2023
1 parent 278f7b7 commit 7d39602
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devel/spicy/autogen/zeek-functions.spicy
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ Terminates the currently active Zeek-side session, flushing all state. Any
subsequent activity will start a new session from scratch. This can only be
called from inside a protocol analyzer.

.. _spicy_skip_input:

.. rubric:: ``function zeek::skip_input()``

Tells Zeek to skip sending any further input data to the current analyzer.
This is supported for protocol and file analyzers.

.. _spicy_file_set_size:

.. rubric:: ``function zeek::file_set_size(size: uint64, fid: optional<string> = Null)``
Expand Down

0 comments on commit 7d39602

Please sign in to comment.