mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
19 lines
587 B
ReStructuredText
19 lines
587 B
ReStructuredText
:orphan:
|
|
|
|
Package: base/frameworks/signatures
|
|
===================================
|
|
|
|
The signature framework provides for doing low-level pattern matching. While
|
|
signatures are not Bro's preferred detection tool, they sometimes come in
|
|
handy and are closer to what many people are familiar with from using
|
|
other NIDS.
|
|
|
|
:doc:`/scripts/base/frameworks/signatures/__load__.bro`
|
|
|
|
|
|
:doc:`/scripts/base/frameworks/signatures/main.bro`
|
|
|
|
Script level signature support. See the
|
|
:doc:`signature documentation </frameworks/signatures>` for more
|
|
information about Bro's signature engine.
|
|
|