Add documentation for event parameters

Added documentation that was missing for some event parameters, and
fixed documented name of event parameters.
This commit is contained in:
Daniel Thayer 2013-11-22 16:36:08 -06:00
parent 6f06705c23
commit 5b6468a302
5 changed files with 20 additions and 4 deletions

View file

@ -1,7 +1,17 @@
## Abstract all of the various Unified2 event formats into
## a single event.
##
## f: The file.
##
## ev: TODO.
##
event unified2_event%(f: fa_file, ev: Unified2::IDSEvent%);
## The Unified2 packet format event.
##
## f: The file.
##
## pkt: TODO.
##
event unified2_packet%(f: fa_file, pkt: Unified2::Packet%);