Next: Frag2
Up: Configuring Snort
Previous: Directives
Contents
Preprocessors were introduced in version 1.5 of Snort. They allow
the functionality of Snort to be extended by allowing users and programmers
to drop modular plugins into Snort fairly easily.
Preprocessor code is run before the detection engine is called, but
after the packet has been decoded. The packet can be modified or analyzed
in an out-of-band manner using this mechanism.
Preprocessors are loaded and configured using the preprocessor keyword.
The format of the preprocessor directive in the Snort rules file is:
preprocessor <name>: <options>
Figure:
Preprocessor Directive Format Example
 |
Subsections
Steven Sturges
2006-12-08
|