Go to the source code of this file.
Functions | |
int | HttpInspectSnortConf (HTTPINSPECT_GLOBAL_CONF *GlobalConf, char *args, int iGlobal, char *ErrorString, int ErrStrLen) |
int | SnortHttpInspect (HTTPINSPECT_GLOBAL_CONF *GlobalConf, Packet *p) |
|
This function takes the HttpInspect configuration line from the snort.conf and creats an HttpInspect configuration. This routine takes care of the snort specific configuration processing and calls the generic routines to add specific server configurations. It sets the configuration structure elements in this routine. The ErrorString is passed in as a pointer, and the ErrStrLen tells us the length of the pointer.
Definition at line 1808 of file snort_httpinspect.c. References CONF_SEPARATORS, GLOBAL, s_HTTPINSPECT_GLOBAL_CONF::global_server, hi_ui_config_reset_global(), hi_ui_config_reset_server(), NULL, PrintGlobalConf(), ProcessGlobalConf(), ProcessUniqueServerConf(), SERVER, and snprintf. Referenced by HttpInspectInit(). |
|