Another checkpoint

This commit is contained in:
Seth Hall 2013-04-25 13:44:12 -04:00
parent d72980828f
commit 317252b5ae
8 changed files with 62 additions and 33 deletions

View file

@ -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;