mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Checkpoint
This commit is contained in:
parent
e0df278de6
commit
4cc9ca4243
9 changed files with 161 additions and 60 deletions
|
@ -163,6 +163,8 @@ type ModbusHeaders: record;
|
|||
type ModbusCoils: vector;
|
||||
type ModbusRegisters: vector;
|
||||
|
||||
type PESectionHeader: record;
|
||||
|
||||
module Log;
|
||||
|
||||
enum Writer %{
|
||||
|
@ -248,6 +250,9 @@ enum Action %{
|
|||
|
||||
## Deliver the file contents to the script-layer in an event.
|
||||
ACTION_DATA_EVENT,
|
||||
|
||||
## Windows executable analyzer
|
||||
ACTION_PE_ANALYZER,
|
||||
%}
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue