mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Another checkpoint
This commit is contained in:
parent
d72980828f
commit
317252b5ae
8 changed files with 62 additions and 33 deletions
|
@ -163,6 +163,7 @@ type ModbusHeaders: record;
|
|||
type ModbusCoils: vector;
|
||||
type ModbusRegisters: vector;
|
||||
|
||||
type PEHeader: record;
|
||||
type PESectionHeader: record;
|
||||
|
||||
module Log;
|
||||
|
@ -250,6 +251,9 @@ enum Analyzer %{
|
|||
|
||||
## Deliver the file contents to the script-layer in an event.
|
||||
ANALYZER_DATA_EVENT,
|
||||
|
||||
## Pass the file to the PE analyzer.
|
||||
ANALYZER_PE,
|
||||
%}
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue