Go to the source code of this file.
Functions | |
void | SetupHttpInspect () |
Definition in file spp_httpinspect.h.
|
This function initializes HttpInspect as a Snort preprocessor. It registers the preprocessor keyword for use in the snort.conf and sets up the initialization module for the preprocessor, in case it is configured. This function must be called in InitPreprocessors() in plugbase.c in order to be recognized by Snort.
Definition at line 277 of file spp_httpinspect.c. References DEBUG_HTTPINSPECT, DEBUG_WRAP, GLOBAL_KEYWORD, HttpInspectInit(), RegisterPreprocessor(), and SERVER_KEYWORD. Referenced by InitPreprocessors(). |