base/bif/plugins/Zeek_Unified2.events.bif.zeek¶
- GLOBAL¶
- Namespace
GLOBAL
Summary¶
Events¶
Abstract all of the various Unified2 event formats into a single event. |
|
The Unified2 packet format event. |
Detailed Interface¶
Events¶
- unified2_event¶
- Type
event
(f:fa_file
, ev:Unified2::IDSEvent
)
Abstract all of the various Unified2 event formats into a single event.
- F
The file.
- Ev
TODO.
- unified2_packet¶
- Type
event
(f:fa_file
, pkt:Unified2::Packet
)
The Unified2 packet format event.
- F
The file.
- Pkt
TODO.