Snort - the de facto standard for intrusion detection/prevention
next up previous contents
Next: Frag3 Up: Configuring Snort Previous: Directives   Contents

Preprocessors

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
\begin{figure}\begin{verbatim}preprocessor minfrag: 128\end{verbatim}
\par\end{figure}



Subsections

Steven Sturges 2007-10-04