mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

The framework now cycles through callbacks based on a table indexed by analyzer tags, or the special case of service strings if a given analyzer is overloaded for multiple protocols (FTP/IRC data). This lets each protocol script bundle implement the callback locally and reduces the FAF's external dependencies.
3 lines
52 B
Text
3 lines
52 B
Text
@load ./main
|
|
@load ./dcc-send
|
|
@load ./file-analysis
|